[Firebird-net-provider] How to build Firebird connection string

2011-12-22 Thread Michael Powell
Hello, We're using the Firebird .NET provider and I want to build a connection string; of itself, connection string not so bad, however, I want to build one to a remote machine running the Firebird server. In which case I provide properties like: DataSource=? Port=? Database=? Thanks... Best reg

Re: [Firebird-net-provider] How to build Firebird connection string

2011-12-22 Thread Michael Powell
onStringBuilder() >csb.Database = "C:/databases/server.fdb" >csb.UserID = "SYSDBA" >csb.Password = "badpassword" >csb.Pooling = False >csb.DataSource = "localhost" > Return csb.ToString() > > On Thu, D