VB.Net command line app
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have a vb.net windows app and I want it to execute a command line like this: bcp "select SiteID, SiteName from MYDB..Mytable" queryout c:\Test.txt -c -S MyServer -U uname -P pwd How can I get vb to execute this? Thanks in advance
Doesn't a VB command line app get passed the arguments collection ? Christian Graus - Microsoft MVP - C++