Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i use ORACLE database in VFP
Message
From
11/11/2001 22:48:45
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00580096
Message ID:
00580351
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform