Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create a VFP routine to update many tables/record
Message
 
 
To
05/09/2006 19:49:39
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01151034
Message ID:
01151259
Views:
38
>Dmitry,
>
>If you wan to use SPTexec() then do the following
>
>?SQLSETPROP(lnHandle, 'Transactions', 2)
>scan
>?sqlexec(lnHandle,"insert table (col1,col2) values(?col1,?col2)"
>endscan
>if SQLCOMMIT(lnHandle) < 0
>   aerror(....)
>   ?sqlrollback(lnHandle)
>endif
>
>

James,

I was actually reading last night the chapter in the C/S Applications with VFP book on Transactions. I want to try this approach too.

Thank you very much for your message and sample code.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform