Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web transactions

Status
Not open for further replies.

mantry

MIS
Oct 22, 2001
9
0
0
US
Hi all,

I am using SQL database on a server, vfp and the middle-tier with some prgs. which access the db via ODBC.
If I have to update, insert or delete data to/from a table, I begin the transaction and after executing all my statements
I then commit the changes....

How does this work in web services using SOAP.....can I have a start a transaction and then perform all the operations
and then commit the changes before ending.
If yes, how do I do it.

Help/tips is greatly appreciated....


Thanks,
Malavika
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top