Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why am I getting this error when tr

Status
Not open for further replies.

streborr

IS-IT--Management
Jan 16, 2002
98
Why am I getting this error when trying to add a new record:

Cannot update the database
Error Description: [Microsoft][ODBC Microsoft Access Driver]Error in row

Error Number: -2147467259

Error Source: Microsoft OLE DB Provider for ODBC Drivers

Thanks,
Rick
 
Here's a hint. Write the SQl statement to the browser before the update and read it to see that you have the correct variables and the correct order in the SQl statement( also check for quotes, alpha chrs in numeric fields etc). I usually solve my insert prolems here.

Also, next time post some code here. Error messages by themselves don't help much.

hth
Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top