[Firebird-net-provider] fbdataadapter update 'dataType' argument cannot be null.

2011-06-29 Thread ven
hello i have this code in my application: string wolstring = System.Configuration.ConfigurationSettings.AppSettings["wol"]; string crmstring = System.Configuration.ConfigurationSettings.AppSettings["crm"]; FbConnection wol = new FbConnection(wolstring); FbConnec

Re: [Firebird-net-provider] FbDataAdapter Update method now raises Exception on using .NET Provider Build dated 17 Sep 2010

2010-09-19 Thread LtColRDSChauhan
1. Downloaded the .NET Provider Build dated 18 Sep 2010. 2. The FbDataAdapter Update method worked fine. Thanks a lot. Regards, Lt Col (Retd) RDS Chauhan -- Start uncovering the many advantages of virtual appliances and s

Re: [Firebird-net-provider] FbDataAdapter Update method now raises Exception on using .NET Provider Build dated 17 Sep 2010

2010-09-17 Thread LtColRDSChauhan
1. Many thanks for such a prompt response. 2. The exact excepiton message is - Index and length must refer to a location within the string. Parameter name: length 3. I'm using SharpDevelop build 4.0.0.6620. While debugging, the callstack just shows two methods. FPathology.BtnFeedClick Progra

Re: [Firebird-net-provider] FbDataAdapter Update method now raises Exception on using .NET Provider Build dated 17 Sep 2010

2010-09-17 Thread Jiri Cincura
On Fri, Sep 17, 2010 at 14:57, LtColRDSChauhan wrote: > 1.  The exception is index has to be within the length of paramteter. > 2.  When i reverted back to the earlier build of 10 Sep 2010, there was no > problem. > 3.  For your reference please, the code in question follows :- Provide most impor

Re: [Firebird-net-provider] FbDataAdapter Update method now raises Exception on using .NET Provider Build dated 17 Sep 2010

2010-09-17 Thread Jiri Cincura
On Fri, Sep 17, 2010 at 15:23, Jiri Cincura wrote: > On Fri, Sep 17, 2010 at 14:57, LtColRDSChauhan wrote: >> 1.  The exception is index has to be within the length of paramteter. >> 2.  When i reverted back to the earlier build of 10 Sep 2010, there was no >> problem. >> 3.  For your reference p

[Firebird-net-provider] FbDataAdapter Update method now raises Exception on using .NET Provider Build dated 17 Sep 2010

2010-09-17 Thread LtColRDSChauhan
1. The exception is index has to be within the length of paramteter. 2. When i reverted back to the earlier build of 10 Sep 2010, there was no problem. 3. For your reference please, the code in question follows :- void BtnFeedClick(object sender, EventArgs e) { rtbMs

Re: [Firebird-net-provider] fbdataadapter update

2006-09-12 Thread Carlos Guzmán Álvarez
Hello: > I try to update a table with fbdataadapter. I dont get any errors but the data > are not commited to the table in firebird database. > > The selectcommand is ok. But if i try to update nothings happens. No error and > no update. Could you check if the dataset has changes before doing the u

[Firebird-net-provider] fbdataadapter update

2006-09-12 Thread Michael Berg
Guten Abend , I try to update a table with fbdataadapter. I dont get any errors but the data are not commited to the table in firebird database. The selectcommand is ok. But if i try to update nothings happens. No error and no update. Public Class FBHomepageEntry Dim i As New FirebirdConnect