robsuttonjr
MIS
I am not sure if it is possible but this is what I need. I am using FoxPro 7 to in front of MS SQL 7. I want to take lets says 10 records from a cursor and insert them into a table on my SQL server. But I don't want to post the records I am inserting until I am ready. So in case there is a poweroutage during the insert process I don't have bad data. So if possible can someone demonstrate how to prepare inserts of the 10 records on the server side for example. Then when done finalize the inserts. Finally if the user wants to cancel the current transaction, be able to rollback the last transactions. Thanks!