M
MTF
I am getting intermittent errors with a Front Page ASP form making a database
inquiry. The really frustrating part is that it happens some days and not
other days with the same forms! There is usually only one form field on the
page - the rest is all database results. The files that are being queried are
DBF files, and there are no empty fields in the table - I've triple checked
that.
The only real clue in the error message, pasted in below is the empty form
field and the need for a default value, but I can't seem to find a way to put
in a default value.
All help greatly appreciated!
Error message:
Database Results Error
Description: [Microsoft][ODBC dBase Driver] System resource exceeded.
Number: -2147024882 (0x8007000E)
Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
inquiry. The really frustrating part is that it happens some days and not
other days with the same forms! There is usually only one form field on the
page - the rest is all database results. The files that are being queried are
DBF files, and there are no empty fields in the table - I've triple checked
that.
The only real clue in the error message, pasted in below is the empty form
field and the need for a default value, but I can't seem to find a way to put
in a default value.
All help greatly appreciated!
Error message:
Database Results Error
Description: [Microsoft][ODBC dBase Driver] System resource exceeded.
Number: -2147024882 (0x8007000E)
Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.