Subject Re: [firebird-support] How to build Firebird TCP/IP ConnectionString
Author Helen Borrie
At 04:16 AM 23/12/2011, Michael Powell wrote:

>> it's pretty much:
>>
>> <server>[/<port>]:<database_path>
>>
>
>Pardon me for being a little dense, however, if I've got a new
>FbConnection() in C#, I set the ConnectionString to
>"<server>[/<port>]:<database_
>path>", replacing the tagged elements, of course. ???? And this will work
>for Firebird? Or through any of the app.config or Settings
><ConnectionStrings/> type approach?

Best take this question to the firebird-net-provider list. What you are asking about here concerns that particular interface to the Firebird API. Thomas describes what the API expects (which is literal) but each language interface has its own ways of picking up connection parameters from applications.

./heLen