ERROR [IM001] [Microsoft][ODBC Driver Manager] Driver does not sup

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.
 
S

Steven Cheng[MSFT]

Hi Don,

Thank you for your posting. Regarding on the issue, I am
finding proper resource to assist you and we will update as soon as posible.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security(This posting is provided "AS IS",
with no warranties, and confers no rights.)
 
K

Kevin Yu [MSFT]

Hi

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you're getting an error "Driver does
not support this function" when trying to connect to a FoxPro database
using ODBC DSN-less connection. If there is any misunderstanding, please
feel free to let me know.

Based on my experience, this might be a driver issue. Please try to
download and install the latest ODBC driver for Visual Foxpro. And make
sure that you have had the latest version of MDAC installed. The can be
downloaded from the following links:

http://msdn.microsoft.com/vfoxpro/downloads/updates/
Foxpro ODBC driver is at the bottom of the page

http://www.microsoft.com/downloads/details.aspx?FamilyID=78cac895-efc2-4f8e-
a9e0-3a1afbd5922e&DisplayLang=en

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top