Skip to content

FbConnectionStringBuilder Database Property return null [DNET48] #58

@firebird-automations

Description

@firebird-automations

Submitted by: Cevdet Nuhrat (nuhrat)

Assigned to: @carlosga

Attachments:
WindowsApplication2.rar

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

Used to work ok on 1.7.1 version

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions