Help!!
I am new to ASP and am getting the message...
Object Required: 'Server' from the line
"Set cnn1 = Server.CreateObject("ADODB.Connection""
in my ASP page.
All works fine without the "Server." prefix but I need to do the data access on the server rather than the client.
Could someone please tell me what could cause this error.
Thanks in advance.
I am new to ASP and am getting the message...
Object Required: 'Server' from the line
"Set cnn1 = Server.CreateObject("ADODB.Connection""
in my ASP page.
All works fine without the "Server." prefix but I need to do the data access on the server rather than the client.
Could someone please tell me what could cause this error.
Thanks in advance.