Can´t connect using ODBC
Hi,
On the server I have made a DNS conection for a DbaseIV file using the MS dbf driver.
Now after testing the code I wanted to link it to the real directory. So I changed the data in the ODBC admin, but now executing the ASp page I get the next error:
[Microsoft][Controlador ODBC dBase] '(desconocido)' no es una ruta de acceso válida. Asegúrese de que la ruta está escrita correctamente y que está conectado al servidor donde se encuentra el archivo.
if I trun back to the previous directory I can execute the code.
The test directory is located on the same server, diff. drive, where my \\Initpub is. The realy directory is located on another server.
In my ASP file is written:
Set conn = server.createobject("adodb.connection")
conn.open "DSN=datafarma"
set rs = server.createobject("adodb.recordset")
Should I make here somewhere a change?
Many thx Already,
Johny
|