-
VB6 and foxpro
Hello,
I've been using VB+access, VB+MySQL, VB+SQLserver for quite a long time.
Now I am developing a small system for a low-scale business need.
Anyone who has used VB6+foxpro? do you connect to foxpro using a dbserver, or ODBC or direct file connection?
TQ
-
Re: VB6 and foxpro
I've never used FoxPro, but the ADO Connections link in my signature is very reliable, and they seem to think that there are a few ODBC based methods you can use to connect.
Once connected you can use your standard ADO/DAO database methods to work with the data.