This topic is locked
[SOLVED]

 Error in row

11/20/2006 10:09:35 AM
ASPRunnerPro General questions
C
chital author

Hello Guys,
I'm gettign below error when I'm trying to add a new record with ASP Runner. It was working okay until y'day. Help please......
DLEMaster, Add new record

<<< Record was NOT updated >>>
[Microsoft][ODBC Microsoft Access Driver]Error in row

J
Jane 11/21/2006

This error means one of the following:

  1. One or more required fields were not filled
  2. One of entered values do not conform field type (character values in numeric or date fields)
  3. You trying to enter a value into field which is of Autonumber type.
  4. You have a relationship between tables that requires you to put into foreign key field one of existing values from another table. If you put value that don't exist in another table you see the same error.
    To resolve this issues you need to double check what relationships you have in your database, what fields are required or don't allow zero length values.

    Also you can zip and send generated ASP files to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with project file and your sample database for investigation.

    I'll find what's wrong with your project running it on my test box.

C
chital author 11/21/2006

Thank you very much its working.....