Microsoft
Software
Hardware
Network
Question : Is isql supported in SQL 2008
I have some isql commands embedded in VB scipt. They run fine under SQL 2000. Now since we moved to SQL 2008, they don't seem to run. I can see the balck screen falshing, but the data insertion is not happening. The code looks like this:
SqlString = "isql /Uadministrator /PPassword <d:\BulkInsert1.sql"
ExecCode = oshell.Run("Cmd /c "& SqlString, 1, True)
Any idea of how to make this work? Do I need to convert to osql? And if this is the case what's the equivalent of the above code in osql?
Answer : Is isql supported in SQL 2008
no it is not. you can still use osql.
Random Solutions
Visual Studio 2010 Hotkey Underline not showing up
i have (New post) as a title on my db table, how can i get it from the db using WHERE title = new-post
PLS_NUMBER vs NUMBER
How to Shutdown an EMC Centera
How to make a secret key for crypto?
Want to run script when a file is put in a folder
Limit output length of a regular expression
Delete rows older then todays date
Move div if specific checkbox is checked/unchecked
Invoke Webbrowser from a seperate thread vb.net