On Wed, Dec 21, 2011 at 11:08 PM, Thomas Steinmaurer <[email protected]>wrote:
> ** > > > Michael, > > > > Are there any examples which include how to build a Firebird TCP/IP > > ConnectionString? > > 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? Thanks... > * Examples: > > With physical server path: localhost:c:\data\mydb.fdb > or with alias: localhost:mydb.fdb > > In case of an alias (the preferred way btw), you then need something > like that in aliases.conf in the Firebird root directory: > > mydb.fdb=c:\data\mydb.fdb > > Or if the Firebird server is listening on a different port than the > default 3050: > > localhost/4050:c:\data\mydb.fdb > > Or if it is a remote server: > > myserver:c:\data\mydb.fdb > > etc ... > > I think you get the idea. > > -- > With regards, > Thomas Steinmaurer (^TS^) > Firebird Technology Evangelist > > http://www.upscene.com/ > http://www.firebirdsql.org/en/firebird-foundation/ > > > Thank you... > > > > Regards, > > > > Michael > > > > > > [Non-text portions of this message have been removed] > > > > > > > > ------------------------------------ > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > Visit http://www.firebirdsql.org and click the Resources item > > on the main (top) menu. Try Knowledgebase and FAQ links ! > > > > Also search the knowledgebases at http://www.ibphoenix.com > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Yahoo! Groups Links > > > > > > > > > [Non-text portions of this message have been removed] ------------------------------------ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Visit http://www.firebirdsql.org and click the Resources item on the main (top) menu. Try Knowledgebase and FAQ links ! Also search the knowledgebases at http://www.ibphoenix.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/firebird-support/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/firebird-support/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
