Subject | Firebird and CE .NET |
---|---|
Author | transporter82 |
Post date | 2005-02-11T12:39:29Z |
Hello everybody,
I installed Compact Framework 2.0 on a Windows .NET 4.2 PDA.
I managed to compile Firebird .NET Data Provider sources that are
mentionned to work with Compact Framework 2.0 (see this link :
http://cvs.sourceforge.net/viewcvs.py/firebird/NET
Provider/NETProvider_17/builds/netcf/Build_NETCF.bat?rev=1.1&view=log)
The problem I get is that I create a connection, the connection string
seems ok :
user=SYSDBA;password=masterkey;Database=dbname;ser
ver=dbserver;Port=3050;Dialect=1;Charset=None;Connection
lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet
Size=8192;ServerType=0;fetch size=200;
And when I try to open the connection I get this message :
<---An unhandled exception of type
'FirebirdSql.Data.Firebird.FbException' occurred in
FirebirdSql.Data.Firebird.dll
Additional information: Unable to complete network request to host
"dbserver".--->
I can ping the server from the PDA.
If somebody has already put his hands into this, could he/she help me
?
Thank you by advance
I installed Compact Framework 2.0 on a Windows .NET 4.2 PDA.
I managed to compile Firebird .NET Data Provider sources that are
mentionned to work with Compact Framework 2.0 (see this link :
http://cvs.sourceforge.net/viewcvs.py/firebird/NET
Provider/NETProvider_17/builds/netcf/Build_NETCF.bat?rev=1.1&view=log)
The problem I get is that I create a connection, the connection string
seems ok :
user=SYSDBA;password=masterkey;Database=dbname;ser
ver=dbserver;Port=3050;Dialect=1;Charset=None;Connection
lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet
Size=8192;ServerType=0;fetch size=200;
And when I try to open the connection I get this message :
<---An unhandled exception of type
'FirebirdSql.Data.Firebird.FbException' occurred in
FirebirdSql.Data.Firebird.dll
Additional information: Unable to complete network request to host
"dbserver".--->
I can ping the server from the PDA.
If somebody has already put his hands into this, could he/she help me
?
Thank you by advance