I am using the connection builder as follows:

      FbConnectionStringBuilder csb = new FbConnectionStringBuilder();
      csb.Charset = "UTF8";
      csb.DataSource = "localhost";
      csb.Database = "myTestDb";//Defined in aliases.conf
      csb.UserID = "xxxxx";
      csb.Password = "xxxxx";
      FbConnection db = new FbConnection(csb.ToString());
      db.Open();
      //Exception happens here.
-- 
View this message in context: 
http://n4.nabble.com/Connection-error-using-Virtual-PC-Windows-XP-Mode-tp1557542p1559807.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to