i'm using
dbeng.OpenDatabase( "C:\windows\desktop\jovenes\dbf.MDB",,"sistema"
where sistema is the password, and it not work... how is correct?
Printable View
i'm using
dbeng.OpenDatabase( "C:\windows\desktop\jovenes\dbf.MDB",,"sistema"
where sistema is the password, and it not work... how is correct?
using vbscript
please help
Have you set the connection object properly? I only ask because it is not shown. I am not all that familiar with Access, but is there a username. Or better yet, you could create a file DSN and just specify it's name. Or have you tried to build the connection to the DB with an ADO control? Just things I would try if things aren't going so well programatically.