BEQ Protocol

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
robdoh
Posts: 1
Joined: Tue 18 May 2010 10:36

BEQ Protocol

Post by robdoh » Tue 18 May 2010 10:46

Hi

One of our clients is using the BEQ protocol in one of their sites to overcome some network difficulties they faced (I'm not exactly sure what the problem is).

I have never attempted to connect to Oracle using this protocol and wanted to know if the Oracle driver for DbExpress is capable of doing so?

If it is how do I setup the connection?

Many thanks,
Rob

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

Post by bork » Wed 19 May 2010 09:54

Hello

If your Oracle server and Oracle client are located on the same computer then try to set the DataBase parameter to ' ' (one space). Really the DataBase parameter should be empty but TSQLConnection raises error in this case, so you should do this trick.

Another way to connect with the BEQ protocol is configuring your TNSNAMES.ORA file. You can find more detailed information about configuring the TNSNAMES.ORA file in the Oracle documentation.

Also you can read this topic: http://www.devart.com/forums/viewtopic.php?t=17473. Here connecting with BEQ is discussed.

Post Reply