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

Provider using FB Embedded 2.1 with Pooling = true causes app freeze at the end [DNET156] #168

Closed
firebird-automations opened this issue Feb 3, 2008 · 6 comments

Comments

@firebird-automations
Copy link

Submitted by: @cincuranet

Relate to CORE1851

Test case:
FbConnectionStringBuilder builder = new FbConnectionStringBuilder();
builder.Database = "test";
builder.ServerType = FbServerType.Embedded;
builder.UserID = "SYSDBA";
builder.Password = "masterkey";
<//builder.Pooling> = false;
FbConnection.CreateDatabase(builder.ToString(), true);
new FbConnection(builder.ToString()).Open();

and the application freezes at the end. Uncommenting the line solves the problem. The 2.0.3 version is OK.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Component: http://ADO.NET Provider [ 10041 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

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

@firebird-automations
Copy link
Author

Commented by: @cincuranet

It's a change in Embedded server behavior. The 2.5 version will change this completely (to be solved).

Me and Dmitry conclude, that we'll try to solve this on both sides, to see where it will be easier.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue relate to CORE1851 [ CORE1851 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Fixed in 2.1.1 version of FB server.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

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

resolution: Won't Fix [ 2 ]

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