Re: [Firebird-net-provider] Design Time - Invalid connection string supplied

2007-01-29 Thread Jiri Cincura
Is the connection string hardcoded in master form? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: [Firebird-net-provider] Design Time - Invalid connection string

2007-01-29 Thread Jir� Neuzil
Yes, it's hardcoded: from master form ctor.: this.fbConnection = new FirebirdSql.Data.FirebirdClient.FbConnection(ini_load.GetConnectionString()); this.fbCommand = new FirebirdSql.Data.FirebirdClient.FbCommand(Select * from podnik, this.fbConnection); Jiri Cincura [EMAIL PROTECTED] píse v

Re: [Firebird-net-provider] Design Time - Invalid connection string

2007-01-29 Thread Jiri Cincura
Jirí Neuzil wrote: Yes, it's hardcoded: from master form ctor.: this.fbConnection = new FirebirdSql.Data.FirebirdClient.FbConnection(ini_load.GetConnectionString()); this.fbCommand = new FirebirdSql.Data.FirebirdClient.FbCommand(Select * from podnik, this.fbConnection); This isn't

Re: [Firebird-net-provider] Design Time - Invalid connection string

2007-01-29 Thread Ji�� Neu�il
:) I have read Is select command hardcoded, sorry :) Jiri Cincura [EMAIL PROTECTED] pí¹e v diskusním pøíspìvku news:[EMAIL PROTECTED] Jir=ED Neuzil wrote: Yes, it's hardcoded: from master form ctor.: this.fbConnection =3D new =

Re: [Firebird-net-provider] Design Time - Invalid connection string

2007-01-29 Thread Ji�� Neu�il
So I hardcode connection string to master form ctor: this.fbConnection = new FirebirdSql.Data.FirebirdClient.FbConnection(C:\ageu\ageu.fdb); this.fbCommand = new FirebirdSql.Data.FirebirdClient.FbCommand(Select * from podnik, this.fbConnection); but, it doesn't help. Thanks Jiri Cincura

Re: [Firebird-net-provider] Design Time - Invalid connection string

2007-01-29 Thread Jiri Cincura
Jiří Neužil wrote: this.fbConnection = new FirebirdSql.Data.FirebirdClient.FbConnection(C:\ageu\ageu.fdb); Are you sure, that this is valid connection string? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Design Time - Invalid connection string

2007-01-29 Thread Mercea Paul
] On Behalf Of Jiri Cincura Sent: Monday, January 29, 2007 2:04 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Design Time - Invalid connection string Jiří Neužil wrote: this.fbConnection = new