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

2007-01-29 Thread Mercea Paul
ROTECTED] > [mailto:[EMAIL PROTECTED] 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 > &

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 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 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 = > >> FirebirdSql.Data.FirebirdClient.FbConnec

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

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

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 an

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

2007-01-29 Thread Ji�� Neu�il
Hi, I have problem with FirebirdClient 2.0.1. I have master form (called FX) and inside it's constructor I use some firebirdcliend classes and methods. But If I inherit from this form, I get this error in form designer (WSOD): An invalid connection string argument has been supplied or a re