Is it possible to allow nulls as input? In other words, if I do not enter a value for a string or a number, I want it to store a NULL value in the database.
If I leave a field blank, I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/students/ASPRunnerCoupons/coupon_add.asp, line 613
Can't you at least check for blank-field and not give such an ugly error?
Thanks,
Neal