Hello,

Carlos Guzmán Álvarez said the following on 30.03.2006 21:23:

> So something has changed in the embedded server since beta 2 can you
> send this issue to the fb-devel list 

OK I'll try to ask. But can't this exception be debugged inside of
provider's sources?

> explaining what you are doing ??

I'm not doing anything special. Here is my testing source:

static void Main()
{
    FbConnectionStringBuilder cs = new FbConnectionStringBuilder();

    cs.DataSource = "localhost";
    cs.Database = "test.fdb";
    cs.UserID = "SYSDBA";
    cs.Password = "masterkey";
    cs.Dialect = 3;
    cs.ServerType = 1;
    cs.Charset = "WIN1251";
    string connectionString = cs.ToString();

    FbConnection connection = new FbConnection(connectionString);

    connection.Open(); // And here exception is coming.
}

-- 
Oleg


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to