I have used Access for several years but am new to using ODBC. I have a .asp web page that was written for me that is supposed to read from an Access database. It worked fine on the authors server but I can’t get to work correctly on my server.
My server is a Windows 2000 server. I have tried all of the various drivers to set up a system DSN.
The error message I am getting is:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/owners_members.asp, line 69
The code in line 69 of the .asp file is:
objrs.open strSQL, objconn, adopenstatic, adlockreadonly
strsql is previously defided as “SELECT * FROM [Active Co’s]”
obconn is previously defined as the ODBC name
I have no idea as to how to test the ODBC, all I have been doing is trying different ways to set up the DSN. Any help is appreciated.
Ron Wies
My server is a Windows 2000 server. I have tried all of the various drivers to set up a system DSN.
The error message I am getting is:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/owners_members.asp, line 69
The code in line 69 of the .asp file is:
objrs.open strSQL, objconn, adopenstatic, adlockreadonly
strsql is previously defided as “SELECT * FROM [Active Co’s]”
obconn is previously defined as the ODBC name
I have no idea as to how to test the ODBC, all I have been doing is trying different ways to set up the DSN. Any help is appreciated.
Ron Wies