Hi all,
I would like to know how to write code for a DSN
less connection to my DB in (Javascript) because
with VB Script I know to be:
--------------------------------------------------
Set conXML = Server.CreateObject("ADODB.Connection"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
conXML.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("FMMLProjects.mdb"
)
------------------------------------------------
But the ASP page that I am using is all in javascript
and some of the routines there I could not translate
to VB Script. So I need a DSN-less code fragment
written in javascript.
Can anyone help?
Many Thanx and Regards;
@lmarton
Alexandre @lmarton Marton
almarton@task.com.br
Alexandre @lmarton Marton
almarton@task.com.br
I would like to know how to write code for a DSN
less connection to my DB in (Javascript) because
with VB Script I know to be:
--------------------------------------------------
Set conXML = Server.CreateObject("ADODB.Connection"
conXML.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("FMMLProjects.mdb"
------------------------------------------------
But the ASP page that I am using is all in javascript
and some of the routines there I could not translate
to VB Script. So I need a DSN-less code fragment
written in javascript.
Can anyone help?
Many Thanx and Regards;
@lmarton
Alexandre @lmarton Marton
almarton@task.com.br
Alexandre @lmarton Marton
almarton@task.com.br