help: odbc error:field data truncated during data fetch
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi, when i attempt to use odbc to retrieve data from ms access database, i get an error "error: field data truncated during data fetch" right after executing odbc's Open().. odbc crashed at retrieve data from a field, datatype: memo.. i did a couple test and found out if the field contain more than 255 characters the my program crashes.. is there anyway to fix the problem? thanx in advance..