Hello.
When I create a dataadapter by assistent with insert, delete and update
query e.g. The following line of code is generated automatically.
Now when i reopen the form VisualBasic 2005 crashes (everytime i try to
open the form with this specific line of code).
Is this a known bug? Does a workaround exist?
Thanks!
> Me.FbCommand4.Parameters.AddRange(New
> FirebirdSql.Data.FirebirdClient.FbParameter() {New
> FirebirdSql.Data.FirebirdClient.FbParameter("@p1",
> FirebirdSql.Data.FirebirdClient.FbDbType.[Integer], 4,
> System.Data.ParameterDirection.Input, False, CType(0, Byte), CType(0,
> Byte), "ID", System.Data.DataRowVersion.Original,
> CType(resources.GetObject("FbCommand4.Parameters"), Object))})
|