09 2012 档案
VBScript Utility (Source Code)
摘要:References: http://www.rlmueller.net/ReadCSV.htm http://msdn.microsoft.com/en-us/library/ms709353.aspx http://www.aspdotnetcodes.com/Importing_CSV_Database_Schema.ini.aspx ... 阅读全文
posted @ 2012-09-20 17:26 YUVU 阅读(347) 评论(0) 推荐(0)
Copy a table from one DB to another
摘要:On the destination database, run: exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure Run copy: INSERT INTO [DEV].[db... 阅读全文
posted @ 2012-09-12 15:00 YUVU 阅读(163) 评论(0) 推荐(0)
String Array from COM to VB or C#
摘要:How to return String-Arrays from C++ COM component to C#? http://blogs.msdn.com/b/gpalem/archive/2007/04/27/how-to-return-string-arrays-from-c-com-component-to-c.aspx How To Pass Arrays Between Visu... 阅读全文
posted @ 2012-09-11 17:24 YUVU 阅读(173) 评论(0) 推荐(0)