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 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.phpp=sourceforgeCID=DEVDEV
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 diskusním príspevku 
news:[EMAIL PROTECTED]
 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 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.phpp=sourceforgeCID=DEVDEV
 ___
 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.phpp=sourceforgeCID=DEVDEV___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 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=join.phpp=sourceforgeCID=DEVDEV
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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.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.phpp=3DsourceforgeCID=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.phpp=sourceforgeCID=DEVDEV___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 [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.phpp=3DsourceforgeCID=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.phpp=sourceforgeCID=DEVDEV___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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

-
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.phpp=sourceforgeCID=DEVDEV
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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

2007-01-29 Thread Mercea Paul
Connection string should looks like:
connectionString=data source=server_name_or_ip;initial
catalog=database_name;user id=SYSDBA;password=masterkey
providerName=FirebirdSql.Data.FirebirdClient

Regards,
Paul
 -Original Message-
 From: [EMAIL PROTECTED]
 [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
 
 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
 
 ---
 --
 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.phpp=sourceforgeCID=DEVD
 EV
 ___
 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.phpp=sourceforgeCID=DEVDEV
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider