Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Visual FoxPro Driver
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01006181
Message ID:
01006190
Views:
16
>>Does anyone know of any problems with the Microsoft Visual FoxPro Driver? I am trying to open an ADO connection using this driver in the Javascript of an ASP page. The ASP Page is in a Web Browser control on a Form that is a VFP Exe application. Whenever I close the application I get an application error "Instruction XXXXX referenced memory at XXXXX. Memory could not be read." The only way I even know the connection is the error was when I removed it for a time to try some things. At that point there was no error and when I added the connection back in the error was back. Does anyone have an ideas what this problem could be or how I could find out? Thanks ahead of time!
>
>What driver are you refering to, VFP ODBC driver or VFP OLE DB provider? What version?

This is my first time to be using it but I think ODBC. Here is my connection:

var loConn = Server.CreateObject("ADODB.Connection") ;
loConn.Open("Driver=Microsoft Visual FoxPro Driver;SourceType=DBF;SourceDB="+"c:\\Data\\D0000002\\") ;

The version of MDAC? I have version 2.8 of MDAC.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform