Local XNET protocol via IBDAC

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
macma77
Posts: 6
Joined: Fri 31 Dec 2010 12:47

Local XNET protocol via IBDAC

Post by macma77 » Thu 08 Sep 2011 12:22

Hi,

Is it possibly to connect to Firebird v 2.1 database using XNET local protocol?
In TIBConnection are only SPX witch are no longer supported, TCP and NetBEUI.

Regards,
Macma

AndreyZ

Post by AndreyZ » Thu 08 Sep 2011 16:04

Hello,

The point is that the XNET protocol is a local protocol. In Firebird 2.0, implementation of a local protocol was switched from IPServer to XNET. To use XNET protocol, you should leave the TIBCConnection.Server property blank, set the TIBCConnection.Options.Protocol property to TCP, and work at least with Firebird 2.0.

Post Reply