sure,
you are looking at common_asp.inc
the DSN is set in dsn.inc, which is:
<%
Dim strConnect
strConnect = "File Name=e:\websites\bhs4parents\pmxl.udl"
%>
and pmxl.udl is:
[oledb]
; Everything after this line is an OLE DB initstring...
Hello,
I've got a problem with the following script:
*********************************************
<!-- #INCLUDE FILE="dsn.inc" -->
<%
Dim db 'the database connection object
Dim rs 'recordset, for select statements
Dim cmd 'a command object, for inserts, updates and...
By the way, the error I'm currently getting is:
Microsoft JET Database Engine error '80004005'
Unspecified error
/common_asp.inc, line 10
It's an sql error, right?
The thing is that the script works on one server but not on the one I want to put it on - everythings been set up the same but...
Hi,
I'm very new to asp (this morning infact) and I've been passed over a database connectivity problem. I want to set up a DSNLess connection but I'm not completely sure how, can you please help!
The script I want to amend follows:
*************************************************
<!--...
Hi,
Can anyone tell me how to create a DSNless connection to Microsoft Access Database using Perl?
I've been working on this one for a while and it's doin' my head in!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.