Page 1 of 4
[patch_done] Delphi 2010 + ZEOS 7.0.0 + MySQL + cxGrid
Posted: 13.03.2012, 15:29
by DoctorZLO
I am using ZEOS 7.0.0 + CXGrid (Dev express). After opening the table cursor go on last record! Cursor must be on first record.
Posted: 14.03.2012, 06:32
by DoctorZLO
Problem solved ... Decided to download an update from here ZEOS
http://zeos.firmos.at/viewtopic.php?t=3427
Thank you!
Проблема решена... Решил скачав отсюда обновленный ZEOS
http://zeos.firmos.at/viewtopic.php?t=3427
Спасибо!
Posted: 14.03.2012, 12:03
by EgonHugeist
Thank you for testing my branch. I'm hopefully we're more stable there. Also i want to inform you that i plan to remove some defines and the ClientCodepageOptions-property. The project-manager has to confirm that. So don't worry after updating your sorces if Delphi warns you that this property isn't aviable anymore.
I posted it in the Egonhugeist-thread..
best regards,
EgonHugeist
Posted: 24.05.2012, 11:38
by DoctorZLO
I have another problem with the component ...
CxGrid not want to work if you need to display a lot of records in more than 10 fields! MyDAC works fine ... I'll try to show a picture ...
Component Version: 1314
Delphi 2010, MySQL 5.5
on Delphi 7 everything works!
Posted: 24.05.2012, 18:49
by ism
Field types is correct in Grid and Dataset ?
Give text dump or schema problem table
Posted: 25.05.2012, 04:05
by DoctorZLO
ism wrote:Field types is correct in Grid and Dataset ?
Give text dump or schema problem table
File BD Part 1
Posted: 25.05.2012, 04:06
by DoctorZLO
File BD Part 2
Posted: 25.05.2012, 04:07
by DoctorZLO
File BD Part 3
Posted: 25.05.2012, 04:14
by DoctorZLO
I use to import the dbForge for MySQL ... Password 000 ... The table is taken from a screenshot of the error ...
Posted: 25.05.2012, 11:05
by DoctorZLO
MemTableEh gives the same error!
Posted: 25.05.2012, 12:43
by EgonHugeist
DoctorZLO,
[s]which engine do you use here?[/s]
That was a stupid question.
Can you remove the fields step by step and find out which one is the troublemaker?
Michael
Posted: 25.05.2012, 21:45
by EgonHugeist
Does this exception also happen on runtime?
Posted: 26.05.2012, 11:55
by ism
Code: Select all
I use to import the dbForge for MySQL ... Password 000 ... The table is taken from a screenshot of the error ...
Ms Access and import in result mess
Reduce the length of the columns in the database and check the charset
Posted: 28.05.2012, 16:10
by DoctorZLO
EgonHugeist wrote:DoctorZLO,
[s]which engine do you use here?[/s]
That was a stupid question.
Can you remove the fields step by step and find out which one is the troublemaker?
Michael
I'm trying to open all records at once ... I tried to delete the field but it turned out that you can open any of up to 10 pieces...
If you discover a small number of records that are no errors. And no matter how many fields...
Posted: 28.05.2012, 16:20
by DoctorZLO
EgonHugeist wrote:Does this exception also happen on runtime?
In runtime another error ... Tomorrow will lay out the screenshots ...