G
Guest
I recieve the following error when trying to open up a foxpro database in .net.
ERROR [IM001] [Microsoft][ODBC Driver Manager] Driver does not support this
function"
it blows up on the open statement. Here is the code that I am using:
OdbcConnection foxConnOdbc = null;
string path = @"c:\netprojects";
foxConnOdbc = new OdbcConnection(@"Driver={Microsoft Visual FoxPro
Driver};SourceType=DBF;SourceDB=" + path);
foxConnOdbc.Open();
Thanks,
Don Hurley.
ERROR [IM001] [Microsoft][ODBC Driver Manager] Driver does not support this
function"
it blows up on the open statement. Here is the code that I am using:
OdbcConnection foxConnOdbc = null;
string path = @"c:\netprojects";
foxConnOdbc = new OdbcConnection(@"Driver={Microsoft Visual FoxPro
Driver};SourceType=DBF;SourceDB=" + path);
foxConnOdbc.Open();
Thanks,
Don Hurley.