PDA

View Full Version : inserting string > 127 characters to MS Access



jh
12th May 2006, 17:11
hi,

i try to insert a string into a field of type 'memo' in an access db.
every time the string is longer than 127 characters i get an error:
Microsoft][ODBC Microsoft Access Driver]Ungültiger Genauigkeitswert.
QODBC3: Unable to bind variable

the length of an memo should actually take 65000 chars?!

where's the problem?

jh

[qt4.1,g++,win]