Hi,
maybe you can check the firewall and the network settings of the
Virtual-PC. Did you try to connect with isql to the database?

Michael

-----Ursprüngliche Nachricht-----
Von: khershif [mailto:r.khers...@ymail.com] 
Gesendet: Donnerstag, 18. Februar 2010 09:52
An: firebird-net-provider@lists.sourceforge.net
Betreff: Re: [Firebird-net-provider] Connection error using Virtual PC
Windows XP Mode


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-tp155
7542p1559807.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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


------------------------------------------------------------------------------
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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to