上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Dim im As FarPoint.Win.Spread.InputMap im = vaBody.GetInputMap(FarPoint.Win.Sprea... 阅读全文
posted @ 2007-05-23 08:51 sekihin 阅读(643) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CREATE INDEX NewIndex ON NewTable (Field1); CREATE INDEX NewIndex ON NewTable (Field1) WITH IGNORE NUL... 阅读全文
posted @ 2007-05-18 09:09 sekihin 阅读(5733) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->create proc a param1 varchar(16), param2 varchar(16) output as 如何在另一... 阅读全文
posted @ 2007-05-15 17:35 sekihin 阅读(2297) 评论(0) 推荐(0) 编辑
摘要: =IF(OR(B1="char",B1="varchar"), F1, B1) 建表语句的生成 阅读全文
posted @ 2007-05-14 16:47 sekihin 阅读(4977) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(3199) 评论(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 阅读(3904) 评论(1) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页