Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unspecified Error

Status
Not open for further replies.

skw8966

Programmer
Apr 12, 2001
59
US
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top