Discussion:
Help with ADO Connection String
(too old to reply)
John Cosmas
2005-06-14 04:52:57 UTC
Permalink
I'm using ADO connection/recordsets in VFP 6.0 and I need an example of a
connection string to get to my Free Tables Directory on my local machine.
Could someone please post an example code for using ADO against DBFs?
Eric den Doop
2005-06-14 08:17:45 UTC
Permalink
Check out: http://www.connectionstrings.com/
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
Post by John Cosmas
I'm using ADO connection/recordsets in VFP 6.0 and I need an example of a
connection string to get to my Free Tables Directory on my local machine.
Could someone please post an example code for using ADO against DBFs?
newboy
2005-08-11 07:59:39 UTC
Permalink
you just need to change the connect string,you can use VB ADODB control to
build the connect string which connect to the DBF file.
Post by John Cosmas
I'm using ADO connection/recordsets in VFP 6.0 and I need an example of a
connection string to get to my Free Tables Directory on my local machine.
Could someone please post an example code for using ADO against DBFs?
Darwin Quintero
2005-08-15 11:52:56 UTC
Permalink
http://www.connectionStrings.com

Regards
Post by newboy
you just need to change the connect string,you can use VB ADODB control to
build the connect string which connect to the DBF file.
Post by John Cosmas
I'm using ADO connection/recordsets in VFP 6.0 and I need an example of a
connection string to get to my Free Tables Directory on my local machine.
Could someone please post an example code for using ADO against DBFs?
Loading...