Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Begin transaction & sqlsetprop(handle,transactions,2)
Message
From
24/02/2004 13:21:54
 
 
To
24/02/2004 11:28:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00880173
Message ID:
00880383
Views:
32
>Hello,
>
>what is also interesting is that when you connect a transactions is already in progress... e.g.
>
>

>SQLSETPROP(0,'Transactions',2)
>
>LOCAL lnCon
>lnCon = SQLCONNECT(yourSettings...)
>
>?SQLEXEC(lnCon,'SELECT @@TRANCOUNT AS myTest','testres')
>?"TransactionCount", testres.myTest

Your select starts a transaction.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform