I have my SQL script finished. Want to set it up to run from a Batch file. From what I have read you would setup the bat file as..
dbisql.exe -c "userid=custom;password=custom" drink.sql
Every time I try to run it a help box comes up.
How do I do this.
Thanks in advance.
Doug
dbisql.exe -c "userid=custom;password=custom" drink.sql
Every time I try to run it a help box comes up.
How do I do this.
Thanks in advance.
Doug