Link to home
Start Free TrialLog in
Avatar of MerlaP83
MerlaP83

asked on

Firebird+Zeos+Delphi 7 - Requested Database Driver was not found

Hey all,

Trying to install Firebird with Zeos, so far so good. But when adding a ZConnection and setting Connect to True, I get the following error "Requested Database Driver was not found".

I've put "fbclient.dll" in the project folder.

What am I doing wrong, or what am I missing?
Avatar of rfwoolf
rfwoolf
Flag of South Africa image

Okay your Zeos components -- while they are primarily used for Firebird, they are also used for a bunch of other databases. So you have to set your ZConnection component to tell it to look for Firebird Database drivers. Click on your ZConnection component and carefully look at the properties in the object inspector - you should see a setting (I forget its name) where you'll choose Firebird 2.1 or whatever version.
Short of that ask on the Zoeslib forum
Avatar of MerlaP83
MerlaP83

ASKER

Thank you, that part worked.

New problem though.

I've added a TZConnection, TZQuery, TDBGrid and a TDatasource.

Everything looks fine, but when I try to run it I get the following error "Project1.exe raised exception class EAccessViolation with message 'Access violation at address 000000000. Read of address 000000000'.

The db looks fine, created different ones in both FB Maestro as well as Firebird's ISQL.
ASKER CERTIFIED SOLUTION
Avatar of rfwoolf
rfwoolf
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial