Search found 4 matches

by anterior1
06.11.2007, 11:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LookupFields+DBGrid+MySQL+ZeosDBO. Isn't working!
Replies: 7
Views: 1794

Oh.. thank you very much! It works good :)
mdaems wrote: Why did you try this creating all stuff in runtime?
I try creating it in a run-time because i have many similar tables and not want create for each of it own form. Also i think that it will be save a machine resources
by anterior1
05.11.2007, 11:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LookupFields+DBGrid+MySQL+ZeosDBO. Isn't working!
Replies: 7
Views: 1794

Can you help me?
by anterior1
03.11.2007, 16:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LookupFields+DBGrid+MySQL+ZeosDBO. Isn't working!
Replies: 7
Views: 1794

mdaems wrote:Please... Can you pack database dump and your sample program and attach it?
by anterior1
03.11.2007, 11:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LookupFields+DBGrid+MySQL+ZeosDBO. Isn't working!
Replies: 7
Views: 1794

LookupFields+DBGrid+MySQL+ZeosDBO. Isn't working!

Hello! I am using ZeosDBO_6.6.1_beta and MySQL5. I have a following tables: mysql> select * from student_group; +----+--------------+----------------+-----------+ | id | idProfession | education_year | order_num | +----+--------------+----------------+-----------+ | 1 | NULL | 2007 | 1 | | 2 | NULL ...