randeep Posted July 6, 2009 Posted July 6, 2009 hello all i am preparing a utility to execute sql server 2000 (osql) scripts. now the problem is how to get the output of the osql scripts. i know i can take it by using '-o' in between the commands to run, but this will take output to a text file only. how i'll know whether the script is executed perfectly or not??????? [font="Palatino Linotype"]Randeep Singh[/font][sub][/sub]
Zedna Posted July 6, 2009 Posted July 6, 2009 You can run SQL commands including SELECT also through ADO There are many examples on the forum. Search for: ObjCreate ("ADODB.Connection") Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now