Access and Visual Foxpro

D

Douglas J. Steele

I think you'd be better off asking this in a Foxpro group. They start
microsoft.public.fox.vfp
 
A

Albert D. Kallal

Since VPF supports ADO...then yes, you can do this.

You will need to have JET installed on the pc in question..but the answer is
yes.

Since VPF was part of Visual Studio..then I assume just like VB6, the MDAC
stuff can be installed, and somewhere in the library JET is included.
 
C

Cindy Winegarden

In [email protected],
DL said:
How can an access database be opened from a visual foxpro
session?

Hi DL,

You can use ODBC. You can create a VFP database and add a Connection to it
using the ODBC data source you have created. Then you can create a VFP
remote view to the table you want and then open the view. There are also
other ways such as SQL Pass-through. You can read more in the VFP Help on
Client/Server and SQL Pass-through.

Will you be reading the data only or are you planning to make
changes/updates to the data?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top