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
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
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
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
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
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
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
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