Re: connection string info
Give this link a look I think you'll find the correct syntax here...good luck..let me know if it works..
This Page
Re: connection string info
I'm new at database programing but don't you need the database name in:
"Data Source=N:/PERSONAL/awilliams/basic/;"
i.e.
"Data Source=N:/PERSONAL/awilliams/basic/MYDATABASE.DBF;"
Wayne
Re: connection string info
Heres what I got...
I went to the web site and went to the VFP section and downloaded the OLE DB provider (which evidently doesn't install with VFP??). Then I generated a connection string and, whoop, there it is.
This is the string I got:
Code:
Provider=VFPOLEDB.1;Data Source=N:\personal\awilliams\basic;Password="";
Collating Sequence=MACHINE
Thank you for all your help.
Re: connection string info
If I can never remember a connection string, a good place to look is http://www.connectionstrings.com/