摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Select a.*From OpenRowSet('Microsoft.Jet.OLEDB.4.0','c:\test.mdb';'admin';'',Table1) a 之前做过一个8i的程序,要在过... 阅读全文
posted @ 2007-05-11 14:54 sekihin 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 调试快捷键F6: 生成解决方案Ctrl+F6: 生成当前项目F7: 查看代码Shift+F7: 查看窗体设计器F5: 启动调试Ctrl+F5: 开始执行(不调试)Shift+F5: 停止调试Ctrl+Shift+F5: 重启调试F9: 切换断点Ctrl+F9: 启用/停止断点Ctrl+Shift+F9: 删除全部断点F10: 逐过程Ctrl+F10: 运行到光标处F11: 逐语句编辑快捷键Shif... 阅读全文
posted @ 2007-05-11 14:50 sekihin 阅读(420) 评论(1) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Me.tmp_Command.CommandText = tmpStr '调用存储过程TryMe.tmp_Flag = TrueMe.tmp_Connection.Open()Me.tmp_Command... 阅读全文
posted @ 2007-05-11 12:56 sekihin 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> type cur_t is ref cursor; c_FACT_PATI cur_t; v_strsql:=‘sql语句’ open c_FA... 阅读全文
posted @ 2007-05-11 12:48 sekihin 阅读(733) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> CREATE TABLE #tabTmp(id int) INSERT #tabTmp EXECUTE('SELECT id FROM '+@TableName)... 阅读全文
posted @ 2007-05-11 12:44 sekihin 阅读(3200) 评论(1) 推荐(1) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->******************************************************** author:Susan*** date:2005/08/05*** expliation... 阅读全文
posted @ 2007-05-11 11:56 sekihin 阅读(3905) 评论(1) 推荐(0) 编辑