Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Microsoft][ODBC Visual FoxPro Driver]File filName.DBF does not exist.


Message #1 by "avi cohen" <avic@r...> on Mon, 13 May 2002 09:25:02
hi

i am trying to get some data from a foxpro DB...

i am trying to do so with DSN or full connection string and in both cases  i get this error 
message...."Microsoft][ODBC Visual FoxPro Driver]File 'tablename.dbf' does not exist."

the error message pop up on all the tables i make the select SQL on....Even when i do c those files 
in the right path.....

Conn.connectionString = "Driver=Microsoft Visual Foxpro Driver; " & _
                   "UID=;SourceType=DBF; " & _
                   "SourceDB=\\servername\folder\data"

can u help me ?

BTW
the problem occured just in asp page.....i tried it on VB6 and its working ...?????

Y its not working on the WEB ?

tnx

avi

  Return to Index