Re: [Firebird-net-provider] How i use provider for CF?

2006-06-07 Thread Jiri Cincura
On 7.6.2006 9:38 +0200 Antonio Donia wrote: the reference to system.data is automatically added when create a project for winCE. And the signature equals? Seems, that you're not referencing the right version. -- Jiri Cincura http://www.cincura.net/

[Firebird-net-provider] Bug in FbDataAdapter exception handling

2006-06-07 Thread marzena
Hi Carlos, I've found a bug in the way how exeptions are handled in method FbDataAdapter.Update(DataRow[], DataTableMapping). There is try - catch block and within it are updated parameter values etc. In the catch part potential exception is caught but there is no throw clause and the program

Re: [Firebird-net-provider] Bug in FbDataAdapter exception handling

2006-06-07 Thread JCardinal
Which version of the provider are you using? I reported a long time ago that it was throwing a null reference exception instead of reporting the non existant column in an exception and I thought it was fixed. marzena [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Carlos, I've

Re: [Firebird-net-provider] How i use provider for CF?

2006-06-07 Thread Antonio Donia
I have installed the last version of the DOT.NET and CF. - Original Message - From: Jiri Cincura [EMAIL PROTECTED] To: For users and developers of the Firebird .NET providers firebird-net-provider@lists.sourceforge.net Sent: Wednesday, June 07, 2006 10:27 AM Subject: Re:

Re: [Firebird-net-provider] Bug in FbDataAdapter exception handling

2006-06-07 Thread Carlos Guzmán Álvarez
Hello: The conclusion: 1) Could you please correct the exception handling in this method in order to obtain always the correct exception with correct message? I have committed a change to CVS hope it's correct, let me know if not. 2) And next - when I found the correct message dataType'

[Firebird-net-provider] DbProviderFactory

2006-06-07 Thread Jon Ege Ronnenberg
Hi all.I've search the Internet for info about the FireBird .NET provider 2.0 and DbProviderFactory but in vain. Does any of you guys know if there is a FbClientFactory class or something like that in the FireBird .NET provider 2.0?Regards, Jon. ___

Re: [Firebird-net-provider] How i use provider for CF?

2006-06-07 Thread Carlos Guzmán Álvarez
Hello: Hello, when compile to compact framework i receive the message: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-07 Thread Carlos Guzmán Álvarez
Hello: i get the error message : Error on method execution when i launch the stored proc sub_tot_budget but she is compiled and commmited. I have done a test using fyracle-0.8.9 and looks as working for me ( in a first look of course ), if you can do a debug it will be really helpful.

Re: [Firebird-net-provider] DbProviderFactory

2006-06-07 Thread Brian Lakstins
Firebird .NET provider 2.0 supports DbProviderFactory. I wrote a quicky overview that seemed to work. http://www.balconsulting.net/DasBlog/PermaLink,guid,5e1151ea-912b-4134-b8ee-1608a38b3b51.aspx Hope it helps. Brian On 6/7/06, Jon Ege Ronnenberg [EMAIL PROTECTED] wrote: Hi all. I've