Chris, I'd need to see the code segment (line 11 - /NewMembResp.asp) or similar code segment that is generating this error.
Some quick thoughts: make sure the data types of the fields in your database tables match the data types of the values you're trying to write to the corresponding fields in the table(s). Also, make sure that the table and field names you are referencing in your source code exactly match those in your database.
I can recieve data into my .asp pages from my access database but when I try to write to the db I get the following errormessage
:
HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type: ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /NewMembResp.asp, line 11
This must a common problem. Any advice much appreciated