Re: [Firebird-net-provider] Connection problem from Win 2003 Standard Ed using .NET provider for Firebird

2007-08-16 Thread Jiri Cincura
You have probably firewall on.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] CreateDatabase

2007-08-16 Thread [EMAIL PROTECTED]
Hello!
FbConnection.CreateDatabase(connectionString,8192,true,false)
creates an empty database but with PAGE_SIZE=4096
the version I'm using is 2.0.1.0. Is the problem corrected
in most recent version? or I'm doing something wrong?
Regards,
...michal

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] CreateDatabase

2007-08-16 Thread Jiri Cincura
On 8/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hello!
 FbConnection.CreateDatabase(connectionString,8192,true,false)
 creates an empty database but with PAGE_SIZE=4096
 the version I'm using is 2.0.1.0. Is the problem corrected
 in most recent version? or I'm doing something wrong?
 Regards,
 ...michal

It's already fixed, http://tracker.firebirdsql.org/browse/DNET-96 .

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Cosmin Sandu
There is no firewall on.

There are a bunch of applications written in Delphi 7 which connect directly 
with the interbase server on port 3050.
The only problem I have is with applications which connects using FBProvider 
and only from the respective machine.
All the services are started, the firewall is off... I've tried everything I 
can think about.

I forgot to mentioned another particular thing about the Windows 2003 
machine. It has 2 network adapters (one connects to the LAN the other to a 
NAS storage).
I've tried even to set to disable the network adapter to the NAS. No change. 
No connection...


Jiri Cincura [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 You have probably firewall on.

 -- 
 Jiri {x2} Cincura (Microsoft Student Partner)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Carlos Guzmán Álvarez
Hello:

 I forgot to mentioned another particular thing about the Windows 2003 
 machine. It has 2 network adapters (one connects to the LAN the other to a 
 NAS storage).
 I've tried even to set to disable the network adapter to the NAS. No change. 
 No connection...

It maybe a network problem ,have you tried to connection using a simple 
C# console program usina  socket to connect to that server ??





-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Jiri Cincura
On 8/16/07, Cosmin Sandu [EMAIL PROTECTED] wrote:
 There is no firewall on.

 There are a bunch of applications written in Delphi 7 which connect directly
 with the interbase server on port 3050.
 The only problem I have is with applications which connects using FBProvider
 and only from the respective machine.
 All the services are started, the firewall is off... I've tried everything I
 can think about.

 I forgot to mentioned another particular thing about the Windows 2003
 machine. It has 2 network adapters (one connects to the LAN the other to a
 NAS storage).
 I've tried even to set to disable the network adapter to the NAS. No change.
 No connection...



Are you able to connect from the client machine (where .NET app is) to
server using isql, telnet, whatever classic?
-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] System.Transaction Integration

2007-08-16 Thread Thomas Kr
OK, got it:
(e) Because FbConnections cannot be enlisted dynamically but only during Open(),
 the prepared command will not need to have the Transaction property set as
 it always takes the current enlisted transaction from the connection 
during Prepare().
 It also means to me, that the using Prepared Statements does not make 
sense with the current
 implementation of the Ado driver.


Thomas Krüger [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 Hi,

 I'm having difficulties understanding the System.Transcaction Integration
 for FbConnection.
 (a) Why is it not possible to enlist in a transaction dynamically?
 One has to use Enlist=true in the connection string during Open() to
 get a _enlisted_ connection.
 What if I want to enlist dynamically later? The EnlistTransaction()
 should do that, but it does
 not do what the name says, as it requires the Enlist option to be set.
 And that can only be set
 from the connection string for Open() 
 If one looks at the Oracle provider, there we have a
 Enlist=false/true/dynamic setting which
 actually better describes the configuration. Even better would be to
 allow dynamic enlistment
 without looking at the connection string options; that should be
 possible.
 (b) If Enlist=true is given during Open(), but no System.Transaction is
 returned from System.Transaction.Current,
 the data provider crashes.
 (c) The isolation level is hard wired to be ReadCommitted, despite what the
 System.Transactions.Transaction
 instance says. This makes it practically impossible to use other
 isolation levels with Firebird although
 that would easily be possible.
 (d) It seems there is no real prepare phase and not a real integration into
 MSDTC supporting reenlistment
 in case of a crashed MSDTC. Is this documented somewhere or am I
 missing something?
 (e) It seems to me that prepared statements cannot be used in an enlisted
 transaction as one is not
 able to obtain the database transaction to set that to
 FbCommand.Transaction.

 Is anyone else having success with the System.Transaction Integration?
 Thanks -

 Thomas



 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] System.Transaction Integration

2007-08-16 Thread Carlos Guzmán Álvarez
Hello:

 (b) If Enlist=true is given during Open(), but no System.Transaction is 
 returned from System.Transaction.Current,
  the data provider crashes.

There some changes on that in the SVN sources for v2.1.0

 (c) The isolation level is hard wired to be ReadCommitted, despite what the 
 System.Transactions.Transaction
  instance says. This makes it practically impossible to use other 
 isolation levels with Firebird although
  that would easily be possible.

I will try to review this one.

 (d) It seems there is no real prepare phase and not a real integration into 
 MSDTC supporting reenlistment

There are no support for 2-pahase commit right now.


-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] System.Transaction Integration

2007-08-16 Thread Thomas Kr
Hi Carlos,

thanks for the code+clarifications. Is there any hope for dynamic enlistment to 
be implemented?

Thomas

Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote in message news:[EMAIL 
PROTECTED]
 Hello:

 (b) If Enlist=3Dtrue is given during Open(), but no System.Transaction is =

 returned from System.Transaction.Current,
  the data provider crashes.

 There some changes on that in the SVN sources for v2.1.0

 (c) The isolation level is hard wired to be ReadCommitted, despite what t=
 he =

 System.Transactions.Transaction
  instance says. This makes it practically impossible to use other =

 isolation levels with Firebird although
  that would easily be possible.

 I will try to review this one.

 (d) It seems there is no real prepare phase and not a real integration in=
 to =

 MSDTC supporting reenlistment

 There are no support for 2-pahase commit right now.


 -- =

 Carlos Guzm=E1n =C1lvarez
 Vigo-Spain

 Blog : http://carlosga.wordpress.com/
 FirebirdClient : http://www.firebirdsql.org/
 XMPP Client : http://code.google.com/p/xmppclient/
 ohloh : http://www.ohloh.net/accounts/4138

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003 Standard

2007-08-16 Thread Cosmin Sandu
The database server is a Linux machine. I wouldn't know how to develop a server 
(using sockets) that runs on Linux so I could test the connection using 
sockets, but I don't think that the problem comes from here, since there are 
some Delphi - Interbase apps on the same Windows 2003 machine that run and 
properly connect to the Interbase Server on Linux. The problem appears only 
with the 2 apps developed in C# that use the .NET Firebird provider class.

One more important thing to know is that prior to installing the Windows Server 
2003, on that exactly same machine was installed a Win 2000 Server, and both 
the C# applications worked fine on it. So there must be some settings that the 
server had before and now are missing with the fresh install of the 2003 Server.

After digging more in the error logs, I also found this error:
Unable to complete network request to host 192.168.100.55 (nn. that is the IP 
of the Linux machine).

Thank you for your prompt response.
  Cosmin Sandu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
  Hello,

   

   

  I have a connection problem from a Windows 2003 Standard Edition using 
FibProvider from a C#2005 application to an Interbase Server.

   

  The system I use is the following:

   

  Application written in C#2005, .Net Framework 2.0, FibProvider 2.0, hosted on 
a Windows 2003 Standard Edition.

   

  The database server is an Interbase 6.0 Open Source hosted on a Linux server.

   

  The application cannot connect to the database server from the Windows 2003 
server but if i move the application to another station, an XP station, it 
works perfectly.

   

  The error that i receive is something like ... cannot connect to the remote 
server. The server actively refuse it.

   

  I presume it has something to do with the Windows 2003 settings... 

   

  If you can help me, i would very much appreciate it...

   

   

   

  Thank you



--


  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/


--


  ___
  Firebird-net-provider mailing list
  Firebird-net-provider@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] System.Transaction Integration

2007-08-16 Thread Carlos Guzmán Álvarez
Hello:

 isolation levels with Firebird although
  that would easily be possible.
 
 I will try to review this one.

Hope, i have this one fixed in my local tree ( on v2.5 sources for now )


-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] [FB-Tracker] Created: (DNET-110) Start enlisted transaction using the correct isolation level

2007-08-16 Thread Carlos Guzman Alvarez (JIRA)
Start enlisted transaction using the correct isolation level


 Key: DNET-110
 URL: http://tracker.firebirdsql.org/browse/DNET-110
 Project: .NET Data provider
  Issue Type: Improvement
Affects Versions: 2.1.0 Beta 3
Reporter: Carlos Guzman Alvarez
Assignee: Carlos Guzman Alvarez
 Fix For: 2.1.0 RC 1, 2.5.0


Start enlisted transaction using the correct isolation level ( depending on the 
isolation level of the system transaction ), right now they are started always 
as ReadCommitted

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003 Standard

2007-08-16 Thread Jiri Cincura
What is CAS on C# application on server? It's full trust or some limited?

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] [FB-Tracker] Created: (DNET-111) Change charsets of web-scripts

2007-08-16 Thread Jiri Cincura (JIRA)
Change charsets of web-scripts
--

 Key: DNET-111
 URL: http://tracker.firebirdsql.org/browse/DNET-111
 Project: .NET Data provider
  Issue Type: Improvement
  Components: ASP.NET Providers
Reporter: Jiri Cincura
Assignee: Jiri Cincura
 Fix For: 2.1.0 RC 2, 2.5.0


Change charsets of web-scripts to UTF8 from UNICODE_FSS and on some places from 
NONE. UTF8 has no impact on FB1.5 but on FB2.0 there's a new unicode (UTF8) 
implementation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Cosmin Sandu
It's a fresh installation, so there was nothing modified in the CAS 
Settings.

Should I give it a try with the DDEX Provider instead of FIBConnection?


Jiri Cincura [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 What is CAS on C# application on server? It's full trust or some limited?

 -- 
 Jiri {x2} Cincura (Microsoft Student Partner)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Ottmar Muckenfuss
try to use localhost before your database path on the connection string eg:
localhost:c:\my-db.fdb

2007/8/16, Cosmin Sandu [EMAIL PROTECTED]:
 There is no firewall on.

 There are a bunch of applications written in Delphi 7 which connect directly
 with the interbase server on port 3050.
 The only problem I have is with applications which connects using FBProvider
 and only from the respective machine.
 All the services are started, the firewall is off... I've tried everything I
 can think about.

 I forgot to mentioned another particular thing about the Windows 2003
 machine. It has 2 network adapters (one connects to the LAN the other to a
 NAS storage).
 I've tried even to set to disable the network adapter to the NAS. No change.
 No connection...


 Jiri Cincura [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  You have probably firewall on.
 
  --
  Jiri {x2} Cincura (Microsoft Student Partner)
  http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
 
  -
  This SF.net email is sponsored by: Splunk Inc.
  Still grepping through log files to find problems?  Stop.
  Now Search log events and configuration files using AJAX and a browser.
  Download your FREE copy of Splunk now   http://get.splunk.com/
  ___
  Firebird-net-provider mailing list
  Firebird-net-provider@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Jiri Cincura
On 8/16/07, Ottmar Muckenfuss [EMAIL PROTECTED] wrote:
 try to use localhost before your database path on the connection string eg:
 localhost:c:\my-db.fdb

localhost? If DB server is linux and client server W2k3? I don't
think, this is the right way. ;)

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Cosmin Sandu
My connection string looks like this:

User=SYSDBA;Password=test;Database=/opt/interbase/test.gdb;DataSource=192.168.100.55;

 I also tried appending this to it, but with no luck:

Port=3050;Dialect=3;Charset=NONE;Role=;Connection 
lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet 
Size=8192;ServerType=0;


As I mentioned before, the application runs very well from another XP 
station in the same network and from another W2K3 station in a separate test 
network.



Jiri Cincura [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 On 8/16/07, Ottmar Muckenfuss [EMAIL PROTECTED] wrote:
 try to use localhost before your database path on the connection string 
 eg:
 localhost:c:\my-db.fdb

 localhost? If DB server is linux and client server W2k3? I don't
 think, this is the right way. ;)

 -- 
 Jiri {x2} Cincura (Microsoft Student Partner)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Carlos Guzmán Álvarez
Hello:

 The database server is a Linux machine. I wouldn't know how to develop a 
 server (using sockets) that runs on Linux so I could test the connection 
 using sockets, but I don't think that the problem comes from here, since 
 there are some *Delphi* - Interbase apps on the same Windows 2003 
 machine that run and properly *connect *to the Interbase Server on 
 Linux. The problem appears only with the 2 apps developed in C# that use 
 the ..NET Firebird provider class.

Pleazse, make that simple check, there is no the first time a user 
report that problem, it could be some problem with the dns resolution of 
.net





-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Eduardo
Hi

Just one idea.
I think it is a good idea to use aliases. to resolve the path, when you 
are working between diferent S.O.

Edit - aliases.conf
Add entry - MyDataBase = /opt/interbase/test.gdb

sConnectionString = 
@ServerType=0;DataSource=192.168.100.55;Port=3050;DataBase=MyDataBase 
...;


Cosmin Sandu [EMAIL PROTECTED] escribió en el mensaje 
news:[EMAIL PROTECTED]
 My connection string looks like this:

 User=SYSDBA;Password=test;Database=/opt/interbase/test.gdb;DataSource=192.168.100.55;

 I also tried appending this to it, but with no luck:

 Port=3050;Dialect=3;Charset=NONE;Role=;Connection
 lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet
 Size=8192;ServerType=0;


 As I mentioned before, the application runs very well from another XP
 station in the same network and from another W2K3 station in a separate 
 test
 network.



 Jiri Cincura [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 On 8/16/07, Ottmar Muckenfuss [EMAIL PROTECTED] wrote:
 try to use localhost before your database path on the connection 
 string
 eg:
 localhost:c:\my-db.fdb

 localhost? If DB server is linux and client server W2k3? I don't
 think, this is the right way. ;)

 -- 
 Jiri {x2} Cincura (Microsoft Student Partner)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider




 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problems with visual parts of provider

2007-08-16 Thread Jiri Cincura
The .Designer.cs file is AFAIK handled by VS only. FirebirdClient has
no change to change something in it.

And the AddRange method in provider works (should) without problem, it's trival.

BTW are you using FBCommand etc. directly on form? The old design time
support will be (is) removed. Maybe you have some problem here.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider