1 Aug
2007
1 Aug
'07
2:20 p.m.
Romulo Goncalves wrote:
Venks wrote:
Is there a way I can execute a set of SQL commands which are stored in a file using MAPI client? I understand that I can execute a single statement using "-s" option. This allows me to execute only one single statement. I would like to execute more than one statement that are stored in a file from the command line. MapiClient -lsql < your_file.sql
Or just MapiClient -lsql your_file.sql This is probably slightly more efficient. -- Sjoerd Mullender