摘要:
变量fileName输入参数,读取文件内容放到变量content中。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Public Sub Main() 2 ' 3 ' Add your code here... 阅读全文
posted @ 2008-10-18 10:18
自由港
阅读(1015)
评论(0)
推荐(0)
摘要:
在做SSIS是经常会用到sql任务,通常sql不是写定的有时需要使用参数,如何使用SQL参数呢? 我的sql语句如下 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->INSERT INTO filetable (filename,conte... 阅读全文
posted @ 2008-10-18 10:09
自由港
阅读(1204)
评论(0)
推荐(0)