Greetings FoxPro Gurus!
I have a Visual FoxPro Database with a Remote View to a FoxPro 2.6 Table (Employees). From the command window, within VFP, I can access this remote view and join it with other local tables without any problem.
When I reference the Remote View from a Visual InterDev application, I receive the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Visual FoxPro Driver]Function is not supported on remote tables.
The sql causing the error is simply 'Select * from Employee'.
Should what I'm trying to do work (is anyone else doing this), or is my problem related to the database drivers setup on the database server???
Thanks in advance for any help you can provide!
I have a Visual FoxPro Database with a Remote View to a FoxPro 2.6 Table (Employees). From the command window, within VFP, I can access this remote view and join it with other local tables without any problem.
When I reference the Remote View from a Visual InterDev application, I receive the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Visual FoxPro Driver]Function is not supported on remote tables.
The sql causing the error is simply 'Select * from Employee'.
Should what I'm trying to do work (is anyone else doing this), or is my problem related to the database drivers setup on the database server???
Thanks in advance for any help you can provide!