Re: [Firebird-net-provider] StackOverflowException in (possibly) FbDataAdapter

2007-10-08 Thread Jiri Cincura
On 10/8/07, Victor Zajac [EMAIL PROTECTED] wrote: Hi, The test case is the simplest one: starting from a blank WinForm, I just dropped a FbDataAdapter component, which launched the wizard. After Design time support for this has been removed from codebase. You should use new ADO.NET classes

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
Tanks for your answer.In database connection panel I have Database Driver - I chose Dot Net 2 Connection and in Dot net driver combobox I have : System.Data.Odbc System.Data.Oledb System.Data.OracleClient System.Data.SqlClient so,no Firebird (I have Firebird clint 2.5 alpha 1

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Carlos
Hello: type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=2.5..0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 / I'm not sure about Version and PublicKeyToken. You should put the ones the assembly has

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
Thanks Carlos. With your suggestion I used gacutil.exe and now It works fine.Thanks a lot. - Original Message From: Carlos [EMAIL PROTECTED] To: For users and developers of the Firebird .NET providers firebird-net-provider@lists.sourceforge.net Sent: Monday, October 8, 2007 6:00:44 PM

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Jiri Cincura
On 10/8/07, Mr. John [EMAIL PROTECTED] wrote: section name=firebirdsql.data.firebirdclient type=System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 / And there should be 2.0.0.0 etc.,

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
thanks now it seems to work this way section name=firebirdsql.data.firebirdclient type=System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c / and add

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
I have I silly question : do I have to make this configuration on every computer that I install my application ? Thanks. - Original Message From: Mr. John [EMAIL PROTECTED] To: For users and developers of the Firebird .NET providers firebird-net-provider@lists.sourceforge.net Sent:

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Carlos Guzmán Álvarez
Hello: I have I silly question : do I have to make this configuration on every computer that I install my application ? DDES is for devel only but anyway you can put it on your App.config file -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/

Re: [Firebird-net-provider] Enlisting transaction

2007-10-08 Thread Carlos Guzmán Álvarez
Hello: Is this something like what you are doing ?? using (TransactionScope scope = new TransactionScope()) { using (FbConnection connection = new FbConnection(@DataSource=localhost;Database=C:\Program Files

Re: [Firebird-net-provider] Enlisting transaction

2007-10-08 Thread Jiri Cincura
On 10/8/07, Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote: Hello: Is this something like what you are doing ?? I have generated DataSet and TableAdapter from DataSet Designer. But yes. In basic this is what I'm doing. Two TableAdapters in one TransactionScope. -- Jiri {x2} Cincura (Microsoft

[Firebird-net-provider] Firebird and Threads

2007-10-08 Thread Peter Gissel
I am using the Firebird .Net driver for database io in Visual Studio 2005 .Net 2.0 C#. I have three different threads accessing data. I keep getting Dynamic SQL Error Exceptions. The error is fairly random but usually involves an odd character out of place for a field or table name, resulting

Re: [Firebird-net-provider] Firebird and Threads

2007-10-08 Thread Dean Harding
Peter Gissel wrote: I am using the Firebird .Net driver for database io in Visual Studio 2005 .Net 2.0 C#. I have three different threads accessing data. I keep getting Dynamic SQL Error Exceptions. The error is fairly random but usually involves an odd character out of place for a field or