|
-
Oct 20th, 2000, 10:41 AM
#1
Thread Starter
Hyperactive Member
I'm trying to connect to a SQL 7 database via an ASP page, but having not luck. I just keep getting this error
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
I've created the System DSN file and it works okay. The code I use to try and make a connection is
<%
Set dbase=Server.CreateObject("ADODB.Connection")
dbase.Open "WebCts2000"
%>
but it doesn't work any ideas?
Thanks in advance for any help provided.
VB 6 Enterprise Edition SP4
ADO, SQL 7/2000, ASP and some JavaScript

>> Life goes on, but for how long? <<
If you can smile when things go wrong, you have someone in mind to blame
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|