Requested database driver was not found

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
DEXTER997
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 02.02.2006, 14:27

Requested database driver was not found

Post by DEXTER997 »

Hi,

I have Delphi 2005 and ZEOS Lib ver. 6.5.1, MySQL server 3.23.
On projects's from I have one component ZConnection1.

ZConnection1.database := 'mybase';
ZConnection1.Port := 0;
ZConnection1.HostName := 'localhost';
ZConnection1.User := 'root';
ZConnection1.Password := 'mypass';

When I job in my project in Delphi 2005 I have conections with my database and I see datas from tables on forms.

When I run program I see this message: "Requested database driver was not found"

Files:

libmysql323.dll
libmysql320.dll
libmysql.dll
libmysql340.dll
libmysql341.dll

are in c:\windows\system32
and in c:\Projest Folder

Can you help me ?

Dexter
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post by gto »

Hello!

Are you setting the protocol property?
try with:

ZConnection1.Protocol := 'mysql-3.23';

hope it helps! :)
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
DEXTER997
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 02.02.2006, 14:27

Yes, I have this.

Post by DEXTER997 »

Dexter
DEXTER997
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 02.02.2006, 14:27

Post by DEXTER997 »

Yes, I have this.

Dexter
Post Reply