Provider using FB Embedded 2.1 with Pooling = true causes app freeze at the end
-------------------------------------------------------------------------------

                 Key: DNET-156
                 URL: http://tracker.firebirdsql.org/browse/DNET-156
             Project: .NET Data provider
          Issue Type: Bug
    Affects Versions: 2.5.0 Alpha 2, 2.5.0
         Environment: Both 64 and 32 bit versions of FB (2.1.0.17735).
Win Vista 64bit.
Current SVN version of provider.
            Reporter: Jiri Cincura
            Assignee: Jiri Cincura


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to