Hello,
What a great product, thanks to all! I do have an asp question/problem,
keep in mind I am *new* to asp. When I try to connect to a MS Access
table by the following:
<%
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.Open "customers"
%>
The server responds:
"Apache Active Scripting Runtime Error
ActiveX component can't create object
Line #6, Char #1"
Where Line 6 starts: objConn.Open "customers".
I do have a system DSN called customers set up in ODBC. 
I even tried connecting to the table manually:
<% 
StrConnect = "Driver={Microsoft Access Driver
(*.mdb)};DBQ=C:\customers.mdb"
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.Open StrConnect
%>
but still get the same error.
Is there a problem where this is available in IIS, but not in Apache, or
is it a problem with my script or database? Any help, including a point
in the direction of appropriate resources would be appreciated.

> Do we have an estimation of who is using it among the OpenSA 0.20 users ?
> Is there an interest ?
> 
> Before spending some time and putting a programmer at work on extending that
> code, I'd like to get an idea if it's worth the effort or not.

Reply via email to