I'm not sure if this is the right forum for this, but since I'm working within ASP, I'll start here.
I have several variables I am using to add to two tables within a database. When I run my update command (using VBScript, the rs.update.fields("fieldname" = request.form("fieldname"), I receive an error on the page. However, when I go to review the database, the data IS UPDATED! Additionally, it is being updated to a SQL server db, and the error message is very generic, stating only that "Errors occurred" and giving me a line number.
I thought originally that it might be due to type conversion, and changed them, but the line number that it says has the problem is a text field, and the db field is varchar, so I can't see the problem here.
This is really confusing me. Does anyone know why this is happening or what I can do to correct it? Thanks!
I have several variables I am using to add to two tables within a database. When I run my update command (using VBScript, the rs.update.fields("fieldname" = request.form("fieldname"), I receive an error on the page. However, when I go to review the database, the data IS UPDATED! Additionally, it is being updated to a SQL server db, and the error message is very generic, stating only that "Errors occurred" and giving me a line number.
I thought originally that it might be due to type conversion, and changed them, but the line number that it says has the problem is a text field, and the db field is varchar, so I can't see the problem here.
This is really confusing me. Does anyone know why this is happening or what I can do to correct it? Thanks!