G
Guest
I am unable to establish a conection to a Visual Foxpro 9.0 DBC from inside
of .Net 2005.
I have downloaded and installed the latest VFPOleDB driver.
Is there somnething missing in my code?
string connectionString = @"Provider=VFPOLEDB;Data
Source=C:\MyPath\CustomerData.dbc";
OleDbConnection myConnection = new OleDbConnection(connectionString);
try
{
myConnection.Open();
}
catch (OleDbException e)
{
}
of .Net 2005.
I have downloaded and installed the latest VFPOleDB driver.
Is there somnething missing in my code?
string connectionString = @"Provider=VFPOLEDB;Data
Source=C:\MyPath\CustomerData.dbc";
OleDbConnection myConnection = new OleDbConnection(connectionString);
try
{
myConnection.Open();
}
catch (OleDbException e)
{
}