Thank you for the tip, but my problem is still unresolved. Here's more
details, maybe it will be more clear: my database is "hnl.mdb" and in the
ODBC administrator I created a DSN called "hnl.dsn". And this is the part of
the code for the connection:
Dim objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "hnl.dsn"
objConn.Open
As I said it works perfectly on my computer but not on the Internet. Here's
what confuses me: my DSN is created with the path to the database in my pc.
When it's uploaded to the server does it automatically find my database
there?
"Bullschmidt" <paul@bullschmidt.com-nospam> wrote in message
news:uaF8CyKiDHA.2224@TK2MSFTNGP10.phx.gbl...[color=blue]
> <<
> I'm sure that the path to the database is correct. What could be the
> reason?[color=green][color=darkred]
> >>[/color][/color]
>
> I think it might be a problem with the path to the database in the
> connection string. You could try switching over to a DSN whose
> connection string is just the name of the DSN.
>
> Best regards,
> J. Paul Schmidt, Freelance ASP Web Developer
>
http://www.Bullschmidt.com
> ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
>
>
> *** Sent via Developersdex
http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]