asptoday_discuss thread: Server.CreateObject("ADODB.Connection") not work
Message #1 by "joe tang" <zhtang@h...> on Fri, 9 Nov 2001 07:04:19
|
|
Server.CreateObject("ADODB.Connection") does not work on my NT server with
IIS4.0.
Could you please help me out?
Thanks.
Joe Tang
Message #2 by Zcoffeeman@a... on Fri, 9 Nov 2001 18:48:20 EST
|
|
Two things that could be wrong:
1) Are you using the adovbs.inc file at the top of the page?
2) Are you using "Set conn = " before the string?
Hope this helps!
Message #3 by "Jason Salas" <jason@k...> on Sat, 17 Nov 2001 12:24:26
|
|
Joe,
Try posting your code from your script so we could see what's going on.
Are all your permissions OK on your machine?
> Server.CreateObject("ADODB.Connection") does not work on my NT server
with
> IIS4.0.
>
> Could you please help me out?
>
> Thanks.
>
> Joe Tang
|