Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i use ORACLE database in VFP
Message
De
11/11/2001 22:48:45
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00580096
Message ID:
00580351
Vues:
17
>hi friends,
>
>how can i use ORACLE database in my VFP applications (step by step what should i do )
>
>Thanks

Hi,

You can use ODBC to access Oracle database in VFP.
1. Check if the workstation has Oracle ODBC driver installed. It can be downloaded at www.microsoft.com/data/download.htm.
2. In Control panel -> DataSources ODBC, create a System DSN with the ODBC driver.
3. Create a connection in VFP database. I suggest use "connection string".
Select the DSN created in step 2 and key-in the user and password.
4. Then, you can create a Remote view in the database so that you can access the Oracle tables.

A "Remote view" is just like a normal VFP table, you can "USE" it. Also, you can update the remote view if updatible fields is defined.

Wilfred
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform