asp_database_setup thread: dsn less connection
Hi I have a problem with my dsn les conection when i try to acces toit i
have this error:
Microsoft JET Database Engine error '80040e4d'
Impossible to start this application.....
set dbobj=Server.CreateObject("ADODB.connection")
ChainConn="Provider=Microsoft.JET.OLEDB.4.0;DataSource=D:\Inetpub\Bd\HxC.md
b;User ID=xxx;Password=xxx;"
dbobj.Open ChainConn
do while not rsobj.eof
Reponse.write rsobj.fields("nom_groupe")
rsobj.movenext
loop%>
Thanks.
Dam
|





