FbConnectionStringBuilder Database Property return null
-------------------------------------------------------

                 Key: DNET-155
                 URL: http://tracker.firebirdsql.org/browse/DNET-155
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider, ASP.NET Providers
    Affects Versions: 2.0, 1.7.1
         Environment: XP sp2 .net client 2.0
            Reporter: Eyyub Volkan Çektimur
            Assignee: Jiri Cincura


FbConnectionStringBuilder fc = new FbConnectionStringBuilder();
fc.DataSource = "localhost";
fc.Database = "c:\\abc.fdb"; --> This line returns Value cannot be null. 
Parameter name: keyword
fc.Dialect = 3;
fc.Password = "***";
fc.UserID = "SYSDBA";


to reproduce this error you need to change your regional settings to one that 
contains special characters , for example you can try  "Turkish".  if the 
regional settings are set to "English" , this exception does not happen.

-- 
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