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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failing to update linked table

Status
Not open for further replies.

perrymans

IS-IT--Management
Nov 27, 2001
1,340
US
ODBC --update on a linked table 'tblname' failed.

[Microsoft][ODBC Driver Manager] SQL data type out of range (#0)


I get this message whenever I try and update or change anything. I can't even open a table, delete a number 4, replace it with 4, and it still fails.

What causes this? I have a primary in every table (though they aren't called primary) and a timestamp in each table.

What am I missing?

Thanks. Sean.
 
Bug 8363 at MySQl (bugs.mysql.com/bug.php?id=8363).

MyODBC driver 11-1 tranfers date fields into Access as text, not as dates. So since I had just put a timestamp field in each table, they were all failing.

I checked the table design in Access and it did show as test.

Unistalled 11-1, installed 11-2, now working great.

Next, I want to find a server on the web to try connections against.

Sean.
 
Sean,

I've been experiencing the same problem and your report really helped me!

Thank you so much.

Ricardo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top