[Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
I am trying to work in ASP without installing the DDEX.I use VS2005, ASP Net 2.0, Firebird 2.0.1 and the Firebird provider client. I have added the FirebirdSql.Data.FirebirdClient reference in the ASP project My code is: SqlDataSource ds = new SqlDataSource(

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Eduardo Lima
Title: ICEFLOR S.L. Try This FbConnection m_obConexionDB = null; sConexion = @"ServerType=0;DataSource=xxx.xzz.xxx.xxx;Port=;user=SYSDBA;Password=masterkey;" +    "Charset=NONE;Packet Size=32767;Fetch Size=100; Database=DBName"; m_obConexionDB = new

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Jiri Cincura
On Mon, Dec 1, 2008 at 10:37, Dabiel [EMAIL PROTECTED] wrote: without installing the DDEX Why? You don't need to install it on server, so you need it only on you devel. machine. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
I know but before to install DDEX, I would like to know why this simple example does not work. It could be the origin of future problems in servers without DDEX. Thank you - This SF.Net email is sponsored by the Moblin

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Jiri Cincura
On Mon, Dec 1, 2008 at 12:10, Jiri Cincura [EMAIL PROTECTED] wrote: you devel. machine ^ your -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Jiri Cincura
On Mon, Dec 1, 2008 at 12:22, Dabiel [EMAIL PROTECTED] wrote: It could be the origin of future problems in servers without DDEX. You're mixing two things together. Server without DDEX is *no* problem. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ |

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Jiri Cincura
On Mon, Dec 1, 2008 at 13:04, Dabiel [EMAIL PROTECTED] wrote: It is possible that I am mixing this, sorry, I am new on this, but I would like to know why the posted example does not work or what can do it to diagnose the problem. From code above, I don't see, you're calling DataBind. -- Jiri

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Carlos
Hello: FirebirdSql.Data.FirebirdClient, Do you have this configured in your application configuration file or machine config file, to map the invariant name with the provider assembly ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
Yes, I use the web.config file: assemblies add assembly=System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A/ add assembly=ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A/ add assembly=FirebirdSql.Data.FirebirdClient, Version=2.0.1.0,

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
I am sorry a lot, it was the problem. We say missing the forest for the trees. Thank you Jiri Cincura wrote: On Mon, Dec 1, 2008 at 13:04, Dabiel [EMAIL PROTECTED] wrote: It is possible that I am mixing this, sorry, I am new on this, but I would like to know why the posted example does

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Jiri Cincura
On Mon, Dec 1, 2008 at 14:22, Dabiel [EMAIL PROTECTED] wrote: We say missing the forest for the trees. Same here. ;) -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -