Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate()
Message
 
 
To
15/03/2001 13:26:50
General information
Forum:
Oracle
Category:
Other
Title:
Miscellaneous
Thread ID:
00485483
Message ID:
00485500
Views:
7
>Hi All,
>
>I was wondering something. In VFP, using a standard '.DBC' database. If I create a cursor with several records in my program. Set all the required properties. Then after I have made changes to these records. Even add records to that cursor. All I have to do is issue a TABLEUPDATE(.T.) and all the changes are sent to the database. Done & Done. My question is: In Oracle can I still do this kind of batch processing? I assume there will be some syntax differances, but can the concept still be done? Or must I send the changes back with INSERT & UPDATE statements record by record?

Both ways will work becuase your cursor was created using the MS or Oracle ODBC driver when executing the SPT. Of course either method will only work as long as you maintain the connection during all this.

If you terminate the connection, then you can only use INSERT & UPDATE via SQLExec() after re-establishing a connection.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform