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

FbConnectionStringBuilder Database Property return null [DNET155] #167

Closed
firebird-automations opened this issue Jan 30, 2008 · 14 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: Eyyub Volkan Çektimur (eyyubvolkan)

Attachments:
firebird ddx.swf

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.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

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

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Can you test this with 2.1 (or 2.5 alpha) version of provider? Thanks.

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Checked with Czech regional settings and with Turkish on Win2k3 Server 32bit, latest version of FirebirdClient - no problem. If you wanna to reopen issue, try to provide detailed test case.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

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

resolution: Cannot Reproduce [ 5 ]

@firebird-automations
Copy link
Author

Commented by: Ali Erdoğan (alierdogan)

i uploaded a screen recording.

@firebird-automations
Copy link
Author

Modified by: Ali Erdoğan (alierdogan)

Attachment: firebird ddx.swf [ 10840 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Sorry, this is not a test case. And I'm not able to reproduce this problem.

@firebird-automations
Copy link
Author

Commented by: Serdar Kuruca (drserdar)

i am from turkey and
i tried on windows Vista Home premium Turkish , c #⁠ 2008 express ed. , Firebird-2.5.0.20343-0_Win32_embed , FirebirdClient-2.0.1 .net dataprovider.

        FbConnectionStringBuilder csb = new FbConnectionStringBuilder\(\);
        csb\.ServerType = FbServerType\.Embedded;
        csb\.Database = "d:\\\\TEST11\.FDB";                  // \-\-\>   This line returns Value cannot be null\. Parameter name: keyword 
        csb\.UserID = "SYSDBA";
        csb\.Password = "218026";
        FbConnection\.CreateDatabase\(csb\.ToString\(\)\);

Same errror occured.

But when i used FirebirdClient-2.5.0-Alpha2 .Net Data Provider Problem Fixed..

@firebird-automations
Copy link
Author

Commented by: @cincuranet

The FbConnectionString class wasn't changed. Can you provide full stack trace?

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Closed [ 6 ] => Reopened [ 4 ]

resolution: Cannot Reproduce [ 5 ] =>

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Hmm, I'm looking to FbConnectionString class log and I did there some changes according to this. Can you confirm, that 2.5 version is OK?

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Reopened [ 4 ] => Closed [ 6 ]

resolution: Fixed [ 1 ]

Fix Version: 2.5.0 [ 10170 ]

Fix Version: 2.5.0 Alpha 2 [ 10240 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Fix Version: 2.5.0 [ 10170 ] =>

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Component: http://ASP.NET Providers [ 10090 ] =>

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