Search found 3 matches

by Nico Oosthuizen
12.01.2007, 12:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Default Values and DBLookupComboBox Problem
Replies: 3
Views: 1167

Hi Vicenzo

I had a problem with accessing the information in my MySql database.

I solved it by putting the file libmysql50.dll in my path. This file is part of the zeos package. It is under zeos\lib\mysql

The path is usually c:\windows\system

Nico
by Nico Oosthuizen
08.01.2007, 19:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Solved - Handling of varchar/char - Fields
Replies: 1
Views: 545

Solved - Handling of varchar/char - Fields

Hi mdaems Sorry about hijacking the thread. How do I register for the bug tracker. I have solved my problem. It was the libmysql.dll. Although I was using MySql 5 server the dll that Delphi uses was version 4 of libmysql.dll because that was the dll that was in the path. I just copy libmysql50.dll f...
by Nico Oosthuizen
08.01.2007, 12:06
Forum: Bug Reports
Topic: Handling of varchar/char - Fields
Replies: 5
Views: 3845

Hi I'm looking at using Zeos instead of dbexpress in Delphi and Kylix. I'm impressed so far. Keep up the good work. Using: Under Windows: Windows 98se Delphi 7 MySql 5.0 & 4.0 Under Linux: Mandriva 2006.0 Kylix 3 MySql 4.1 My problem: In a dbgrid box I can view all the records in my db when I us...