Does not Firebird has its own DataProvider?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nokib8
Posts: 11
Joined: Thu 06 May 2010 21:46

Does not Firebird has its own DataProvider?

Post by nokib8 » Thu 06 May 2010 21:52

Hello.
When I look for Firebird I only find it in the description of UniDAC.
It's not in the components?
Or have I missed something?

hughespa
Posts: 81
Joined: Sat 23 Aug 2008 08:36
Location: W. Australia

Post by hughespa » Fri 07 May 2010 00:40

You just use the interbase provider and settings.

Make sure your Interbase.ClientLibrary is set to fbclient.dll if that's what you are using for FB.

Regards, Paul.

nokib8
Posts: 11
Joined: Thu 06 May 2010 21:46

Post by nokib8 » Fri 07 May 2010 10:27

Thank you, but where do I set this?
I use D2009E

hughespa
Posts: 81
Joined: Sat 23 Aug 2008 08:36
Location: W. Australia

Post by hughespa » Fri 07 May 2010 10:46

See the TUniConnection.SpecificOptions property and the various settings available for the Interbase Provider

Regards, Paul.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Fri 07 May 2010 11:54

Hello

You can find more detailed information about specific options for the InterBase/Firebird database in the "Using UniDAC with InterBase/Firebird" section of the UniDAC help.

Gato
Posts: 6
Joined: Sat 28 Nov 2009 00:53

Post by Gato » Thu 13 May 2010 05:19

In the Connection window:
Provider: Interbase
User: SYSDBA
Password: *****
Database: c:\mydbfolder\testdb.fdb

Post Reply