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