Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute multiple T-SQL statment
Message
From
12/01/2005 06:12:40
 
 
To
12/01/2005 04:07:59
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00976285
Message ID:
00976323
Views:
6
>Hi,
>May I know how?
>
>Thank you

T-SQL is a free grammar.
then:
sCommand1="SELECT .... "
scommand2="INSERT .... "
sCommand3="SELECT .... "
sCommand3="IF .... BEGIN .... END"
...
SQLEXEC(m.hs,m.sCommand1+[ ]+m.scommand2 + [ ] +...)
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform