Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete a range of record in Oracle
Message
 
 
À
08/03/2001 16:38:40
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00483333
Message ID:
00483353
Vues:
8
>We are using VFP6 SP4
>
>We have a need to do 2 things:
>1. Delete a range of records from an Oracle table using VFP6.

See SQLStringConnect or SQLConnect, and SQLExec to delete.

>2. Append records from a VFP table into an Oracle table, no checking needs to be done here. Just an append from type process.

Create a remote view of the Oracle table, then --

use MyView nodata
CursorSetProp('buffering', 5, 'myview')
append from vfptable
? tableupdate(.t., .t., 'myview')
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform