Thanks for the suggestion.

The thing is, I able to access the same db from FlameRobin and another Delphi 
app with not problems.

Regards.





________________________________
From: "André Knappstein, Controlling [via Firebird]" 
<ml-node+1559906-1577497086-102...@n4.nabble.com>
To: khershif <r.khers...@ymail.com>
Sent: Thu, 18 February, 2010 10:19:33
Subject: Re: Connection error using Virtual PC Windows XP Mode

 MS has put a nasty Easter-Egg into XP/SP3 installations of the latest 
generation. 

If - during installation of XP-VM - you chose to have the firewall 
turned off, the GUI displays the firewall indeed as being off, but 
that is _not_ the case. 

Turn it on, reboot, turn it off again, and see if you can connect. 
We had this issue on several machines in the last weeks. 

  
  
mit freundlichen Grüßen, 

André Knappstein 
EDV und Controlling 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
beta Eigenheim- und Grundstücksverwertungsgesellschaft mbH 
Hafenweg 4 
59192 Bergkamen-Rünthe 

Telefon: +49 2389 9240 140 
Telefax: +49 2389 9240 150 
e-mail:  [hidden email] 

Amtsgericht Hamm Nr. B 420 
Geschäftsführer: Achim Krähling, Dirk Salewski und Matthias Steinhaus 

USt-IDNr.: DE 125215402 


~~~Ihre Nachricht~~~ 


k> I am using the connection builder as follows: 

k>       FbConnectionStringBuilder csb = new FbConnectionStringBuilder(); 
k>       csb.Charset = "UTF8"; 
k>       csb.DataSource = "localhost"; 
k>       csb.Database = "myTestDb";//Defined in aliases.conf 
k>       csb.UserID = "xxxxx"; 
k>       csb.Password = "xxxxx"; 
k>       FbConnection db = new FbConnection(csb.ToString()); 
k>       db.Open(); 
k>       //Exception happens here. 

--- 

------------------------------------------------------------------------------ 
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-tp1557542p1559906.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-tp1557542p1560054.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel&reg; 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