Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tableupdate()
Message
De
15/03/2001 14:18:11
 
 
Information générale
Forum:
Oracle
Catégorie:
Autre
Titre:
Divers
Thread ID:
00485483
Message ID:
00485515
Vues:
8
>>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.

Thanks again for the info. We were just told by our superior that this could not be done. We were puzzled to say the least.

Mike

P.S. If they'd give us the cources I want ASAP. I might not have to ask these questions.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform