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...