Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: PLEASE HELP ME: No way to access remote Fox pro tables.


Message #1 by "=?iso-8859-1?B?SGVucmktRnJhbudvaXMgRGVwb3VpbGxl?=" <hfdepouille@h...> on Wed, 03 Apr 2002 10:49:06 +0200
Hi everybody, I have a big big big problem... I can't acces remote fox pro 
tables with asp.
If somebody knows the solution, please tell me how to do.
Thanks beforehand.

HENRI (hfdepouille@h...)


It's what I tried:

----------------
| ODBC method: |
----------------

Connection line:
---------------
Session("oFLEX_conn").open "DRIVER={Microsoft Visual FoxPro 
Driver};SourceType=DBF;SourceDB=j:\sp\data;"

Error message:
-------------
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E37)
[Microsoft][ODBC Visual FoxPro Driver]File 'hist.dbf' does not exist.
/intranet/include/todos.inc, line 38

Information:
-----------
I also tried with FILE DSN and SYSTEM DSN and the same error occurs. The 
error occurs only while accessing the

tables. No error occurs if the tables are located locally. (j: is a mapped 
drive)


------------------
| OLE DB method: |
------------------

Connection line:
---------------
Session("oFLEX_conn").open "Provider=VFPOLEDB.1;Data Source=j:\sp\data;"

Error message:
-------------
Error Type:
Microsoft OLE DB Provider for Visual FoxPro (0x80004005)
Invalid path or file name.
/intranet/include/init.inc, line 12

Information:
-----------
This time, the error occurs directly while opening the connection. The error 
occurs only while accessing the

tables. No error occurs if the tables are located locally. (j: is a mapped 
drive)

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * *


_________________________________________________________________
Téléchargez MSN Explorer gratuitement à l'adresse 
http://explorer.msn.fr/intl.asp.


  Return to Index