Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle Table Update via VFP
Message
De
24/01/2002 23:07:17
 
 
À
24/01/2002 21:48:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00610261
Message ID:
00610292
Vues:
19
Reymundo,
Are you using a Remote View or SQL Pass through(SPT)?
I am assuming from below that you are using a Remote View.
In order for your changes to be saved in the Oracle table you must make the view updatable.
See the help file on the CURSORSETPROP() function. If you set the following properties you should be able to control the updates with the TABLEUPDATE() and TABLEREVERT() functions.
Properties:
Buffering,KeyFieldList,SendUpdates,UpdatableFieldList,UpdateNameList

Matt


>Dear All,
>
>Good Day!..
>
>I am trying to make an experiment regarding how to access oracle database
>via remote connection in VFP. i can now access the tables which was created in
>Oracle 8i, i can now browse and even change the content of the table, but my
>problem is all the changes i made is not reflecting in oracle database.
>
>i uses this command do i need to commit the work? what is the VFP SYNTAX FOR
>commiting the changes made in VFP BROWSE OR UPDATE STATEMENT
>
>UPDATE customer_master_data SET customer_master_data.NAME = [REYMUND] WHERE customer_code =[0000000084]
>
>
>Thanks in advance to all
>
>
>Best Regards
>Reymund
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform