Does anyone know what is wrong with this code:
dsn = "Driver={Microsoft Access Driver (*.mdb)};" & "DBQ=" & Server.Mappath("users.mdb" & ";PWD=456456"
because this works perfectly:
dsn = "Driver={Microsoft Access Driver (*.mdb)};" & "DBQ=d:\inetpub\database\empresas\barrasol\users.mdb;" & "PWD=456456"
Thanks for the help!
Almarton
Alexandre @lmarton Marton
almarton@task.com.br
dsn = "Driver={Microsoft Access Driver (*.mdb)};" & "DBQ=" & Server.Mappath("users.mdb" & ";PWD=456456"
because this works perfectly:
dsn = "Driver={Microsoft Access Driver (*.mdb)};" & "DBQ=d:\inetpub\database\empresas\barrasol\users.mdb;" & "PWD=456456"
Thanks for the help!
Almarton
Alexandre @lmarton Marton
almarton@task.com.br