Search found 3 matches

by sadeqn
10.10.2007, 12:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Column with name "Extra" was not found
Replies: 17
Views: 4672

My test show that this exception raise when have not any special field (this means all of record have empty result for Extra field) I use this code in ZDbcMySqlMetadata: try Result.UpdateString(12, GetStringByName('Extra')); except Result.UpdateString(12, ''); end; and try Result.UpdateBooleanByName...
by sadeqn
10.10.2007, 09:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Column with name "Extra" was not found
Replies: 17
Views: 4672

I think this is because of NULL value of Extra field. I used Try Except to handle the problem. and all things work fine including auto increament fields.
I do not know how can check the field without Try Except

-Sadeq
by sadeqn
09.10.2007, 06:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Column with name "Extra" was not found
Replies: 17
Views: 4672

We have same problem with MySQL 5.1.22rc and last version of ZeosLib (updated using SVN) :-( Is there any idea? I'm not sure but i think we have not this problem in older version of ZeosLib.

- Sadeq