Thanks for the prompt reply.

I can access the same database from FlameRobin and Isql.

Regards.





________________________________
From: Michael Möhle [via Firebird] 
<ml-node+1559916-197951578-102...@n4.nabble.com>
To: khershif <r.khers...@ymail.com>
Sent: Thu, 18 February, 2010 10:29:45
Subject: Re: Connection error using Virtual PC Windows XP Mode

 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:[hidden email]] 
Gesendet: Donnerstag, 18. Februar 2010 09:52 
An: [hidden email] 
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 
[hidden email] 
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 
[hidden email] 
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


________________________________
 
View message @ 
http://n4.nabble.com/Connection-error-using-Virtual-PC-Windows-XP-Mode-tp1557542p1559916.html
 
To unsubscribe from Re: Connection error using Virtual PC Windows XP Mode, 
click here. 




-- 
View this message in context: 
http://n4.nabble.com/Connection-error-using-Virtual-PC-Windows-XP-Mode-tp1557542p1561157.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel&#174; 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