I'm getting the following error using Netscape 7.1 with a login page I'm trying to get to work:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/sites/recipes/login2.asp, line 24
The page can be found at:
http://www.rossdunbar.com/sites/recipes/login2.asp
In Dreamweaver, Line 24 reads:
MM_rsUser.ActiveConnection = MM_Recipes_STRING
I'm using a custom connection string to connect to an Access database called "Recipes.mdb" When I test the string in Dreamweaver it connects fine both locally and remotely.
I can't figure out what I'm doing wrong? Thanks in advance for your help.