Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid transaction handle [DNET396] #400

Closed
firebird-automations opened this issue Sep 21, 2011 · 4 comments
Closed

invalid transaction handle [DNET396] #400

firebird-automations opened this issue Sep 21, 2011 · 4 comments

Comments

@firebird-automations
Copy link

Submitted by: Elvin Deras (ederas)

I have an application developed using the http://ADO.NET 2.6.5 for .Net 2.0, in the Product windows after i Save the numer 3 new product i received the following error.

Adapter.Update(Data.DataSet); that is the line that is given error (Data is the Data Table).

FirebirdSql.Data.FirebirdClient.FbException: invalid transaction handle (expecting explicit transaction start) ---> invalid transaction handle (expecting explicit transaction start)
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) in C:\Users\Jiri\Desktop\NETProvider\source\FirebirdSql\Data\FirebirdClient\FbDataAdapter.cs:line 455
at System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet)
at SMI.BLogic.TableBase.Save() in C:\Proyectos\SMI\SMI.BLogic\Base\TableBase.cs:line 134
at SMI.Catalogos.frmProducto.btSalvar_Click(Object sender, EventArgs e) in C:\Proyectos\SMI\SMI\Catalogos\frmProducto.cs:line 56

@firebird-automations
Copy link
Author

Commented by: Elvin Deras (ederas)

the problem result only in the insert case, i insert 2 products fine but in the 3r product appear the error.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Can you provide some code to show the behavior?

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Closed [ 6 ]

resolution: Incomplete [ 4 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants