I've created a blank ASP page which simply calls a stored procedure which inserts data into a table in my MS SQL Server 7 DB. I created this page using Dreamweaver Ultradev, and I've done this hundreds of times before and mostly in a more complicated manner. The data for this page is obtained from a previous htm page that submits a form with three fields.
Whenever I run through this process I get an wrror like this...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/******/*****/******/******.asp, line 30
Where line 30 is the line that says command.Execute()
I don't understand this error at all! Can someone out there help me please!
Cheers,
Al.
Whenever I run through this process I get an wrror like this...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/******/*****/******/******.asp, line 30
Where line 30 is the line that says command.Execute()
I don't understand this error at all! Can someone out there help me please!
Cheers,
Al.