From: <car...@te...> - 2002-11-29 09:08:43
|
Hello: Alexandr Belyakov wrote: > I use FB.Net Beta 1 ( 2002-11-11 ) for ASP.NET > > This is a piece of code: > .... > this.fbCommand1.Transaction=this.fbConnection1.BeginTransaction(); > this.fbCommand1.CommandText= "SELECT ...."; > this.fbDataAdapter1. Fill(this.dataSet1); > this.DataGrid1.DataBind(); > this.fbCommand1.Transaction.Rollback(); > ... > > It works! But SOMETIMES I get the following annoying error: > > invalid sqlind value: 538976288 > > What does it mean and what have I to do? This seems to be the same problem as reported by Pavol Starek with large varchars, it´s solved on CVS sources. Best regards Carlos Guzmán álvarez Vigo-Spain |