Hi meikl,
No problems using other field types (char and varchar). I can UPDATE and SELECT them. Only BLOB/TEXT fields are misterious. There are also TINYTEXT/TINYBLOB field types which I can read but their implementation (in OLEDB provider, I guess) equals to varchar(255).
I'm trying to write/read a RichEdit contents in a memo field (TEXT or BLOB in MySQL). Simple, isn't it? I've done it so many times using other databases.
MySQL is pretty new to me. But as this query works fine in the MySQL tools itself, I suppose that MyOLEDB driver is the part that is creating my problem. I have a clean installation of both MySQL and MyOLEDB. I mean that I haven't changed anything afterwards. Perhaps I should have set something. Who knows ...
I'm going to try TADOTable and TADODataSet components tomorrow and will let you know.
Regards, Geo
Main Topics
Browse All Topics





by: kretzschmarPosted on 2003-03-06 at 10:28:47ID: 8082356
?
and
SELECT ma_FirstName FROM ma
works ?
just for pointing out that the problem
is the field and not the table