This topic is locked

Error Number -2147467259

3/2/2005 11:56:46 AM
ASPRunnerPro General questions
author

I am trying to see if your product will work for me, so I am using the eval version with a membership template directly from Microsoft. In the database these is a calc form that updates the main database automatically (This is how it works locally). After generating the asp pages and passing it up to my webserver to view this is the error message I get:
Error Description: [Microsoft][ODBC Microsoft Access Driver] Field 'Payments.CreditCardNumber' cannot be a zero-length string.
URL: /giftcard/Payments_edit.asp
SQL Query: update [Payments] set [MemberID]=5, [PaymentAmount]=25, [PaymentDate]='1/9/2000', [CreditCardNumber]='', [CardholdersName]='', [CreditCardExpDate]=NULL, [CreditCardAuthorizationNumber]='', [PaymentMethodID]=1 where [PaymentID]=2
Any suggestions?

Sergey Kornilov admin 3/3/2005

Jim,
You need to open "" table in MS Access in design mode and check

off "Allow zero length values" for "" field. This will allow empty

values in "" field.