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" <[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.FbConnection(ini_load.GetConnectionString=
> ());
>> =
>
>> this.fbCommand =3D new FirebirdSql.Data.FirebirdClient.FbCommand("Select 
>> =
> * =
>
>> from podnik", this.fbConnection);
>
> This isn't harcoded. :)
>
> Just guessing, try to put the string *directly* into ctor. Maybe this 
> helps.
>
> -- =
>
> 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 and you'll get the chance to share 
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
> VDEV
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
> 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to