Error: Unknown Mysql datatype (246)
Error: Unknown Mysql datatype (246)
Hello...
I have MYDAC 3.50.0.18 working in delphi5.
Yesterday I switch my mysql database from 4.0.23 to mysql 5.0.45
My applications start giving problems with some Query's giving error:
Unknown MySQL datatype (246) (D:\projects\delphi\mydac\source\myclasses.pas, line 867)
Could you help me with this problem?
What changes should i do in my code?
Should i made same changes in DATABASE?
Thank You,
Antonio Gouveia
I have MYDAC 3.50.0.18 working in delphi5.
Yesterday I switch my mysql database from 4.0.23 to mysql 5.0.45
My applications start giving problems with some Query's giving error:
Unknown MySQL datatype (246) (D:\projects\delphi\mydac\source\myclasses.pas, line 867)
Could you help me with this problem?
What changes should i do in my code?
Should i made same changes in DATABASE?
Thank You,
Antonio Gouveia
I have mydac 2.00.3.10.
When I do query like this "Select name, sum(field1), sum(field2) from tabel group by name", there is error message "Unknown Mysql Datatype (246): (D:\project\delphi\mydac\source\myClasses.pas, line 646).
but if i change the query like this "select * from tabel", there is no error.
How can I handle error like this ??
Could you help me !
-Yoseph
When I do query like this "Select name, sum(field1), sum(field2) from tabel group by name", there is error message "Unknown Mysql Datatype (246): (D:\project\delphi\mydac\source\myClasses.pas, line 646).
but if i change the query like this "select * from tabel", there is no error.
How can I handle error like this ??
Could you help me !
-Yoseph
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil