rdrunner40
MIS
Hi there
I have an intriquing problem so here it is.
I have a Intranet setup under windows 2003 server.
I have a ASP called Machinery log.asp and i am trying to connect to a ACCESS 2000 Table called Maintenace with a table contained Maintenance.
It used to work on our previous server which was a NT4 SBS Server but now it doesn't.
So any help apprecieated.
Below is the relevant snippets of code.
** ODBC from the ASP page**
OBJdbConnection.Open "Maintenance"
'Create and Open Recordset Object
Set RsMaintenance = Server.CreateObject("ADODB.Recordset"
RsMaintenance.ActiveConnection = OBJdbConnection
RsMaintenance.CursorType = adOpenKeyset
RsMaintenance.LockType = adLockOptimistic
RsMaintenance.Source = "Maintenance"
RsMaintenance.Open(sql)
i have enabled the IIS on the ODBC page in server admin and created a SYSTEM DSN in the name of Maintenance as above
at this stage it doesn't see the page
any help appreciated
murray
I have an intriquing problem so here it is.
I have a Intranet setup under windows 2003 server.
I have a ASP called Machinery log.asp and i am trying to connect to a ACCESS 2000 Table called Maintenace with a table contained Maintenance.
It used to work on our previous server which was a NT4 SBS Server but now it doesn't.
So any help apprecieated.
Below is the relevant snippets of code.
** ODBC from the ASP page**
OBJdbConnection.Open "Maintenance"
'Create and Open Recordset Object
Set RsMaintenance = Server.CreateObject("ADODB.Recordset"
RsMaintenance.ActiveConnection = OBJdbConnection
RsMaintenance.CursorType = adOpenKeyset
RsMaintenance.LockType = adLockOptimistic
RsMaintenance.Source = "Maintenance"
RsMaintenance.Open(sql)
i have enabled the IIS on the ODBC page in server admin and created a SYSTEM DSN in the name of Maintenance as above
at this stage it doesn't see the page
any help appreciated
murray