I have an ASP form for inserting records into an MS Access database. I have a system DSN setup and connecting successfully. I also have a recordset established.
My problem is when I submit the form, I receive an unspecified error on line 113.
Here is line 113:
MM_editCmd.ActiveConnection = MM_editConnection
Both MM_editCmd and MM_editConnection were properly dimmed out in the declarations.
Does anyone have any idea what my problem might be?
Thanks.
My problem is when I submit the form, I receive an unspecified error on line 113.
Here is line 113:
MM_editCmd.ActiveConnection = MM_editConnection
Both MM_editCmd and MM_editConnection were properly dimmed out in the declarations.
Does anyone have any idea what my problem might be?
Thanks.