|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: NT server and access database |
From: |
Dusty |
Date: |
6/28/2000 7:07:44 PM |
IP: |
204.131.171.21 |
Hmm. Good question.
I cant address your first error message without knowing more of what youre doing, but on the second message, if the Server.CreateObject() method is failing, then you dont have a database permission problem (probably), since theres nothing database specific with that command. In fact, Server.CreateObject() isnt even an ADO method. It makes me wonder if you need to re-install IIS.
Make sure that you dont have a misspelling in your Server.CreateObject() call, though, before you go trying to reconfigure your server!
Server.CreateObject "ADODB.Connection"
Server.CreateObject "ADODB.Recordset"
Server.CreateObject "ADODB.Command"
etc
Good luck. I hope I understood your question properly.
Dusty |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|