Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2008-10-04 Thread abuzer kadayıf
 hello,
i am not sure but i don't see any error my code. it's very simple code to
test connection.
I use same connection string in windows application and no problem.
but i recive this exception in windows ce and i use latest source but i
always have this exception, 'No message for error code 335544721 found'.
this is my code


string connectionstring =  User=SYSDBA; Password=213543213; Database=

C:/Ofisnet/Bin/
Ofisnet.fdb; DataSource=localhost; ;

FbConnection conn = new FbConnection(connectionstring);

conn.Open();

if (ConnectionState.Open == conn.State)

{

label1.Text = Connected;

}

else

{

label1.Text =
Not connected;

}

conn.Close();
and I want to make an application for the pocket pc that will perform
queries on a remote database.
example connectionstring is
connectionstring =  User=SYSDBA; Password=213543213;
Database=192.168.1.254:D:/Ofisnet/Bin/betim2006.fdb; 
is it possible
Thanks for your help.


2008/10/3 Jiri Cincura [EMAIL PROTECTED]

 Try latest sources. If the problem is still there, report it to the
 tracker.

 As far as I'm looking to code, this path has been applied.

 --
 Jiri {x2} Cincura (CTO x2develop.com)
 http://blog.vyvojar.cz/jirka/ | 
 http://www.ID3renamer.comhttp://www.id3renamer.com/

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2008-10-04 Thread Jiri Cincura
On Sat, Oct 4, 2008 at 11:54 AM, abuzer kadayıf [EMAIL PROTECTED] wrote:
 I use same connection string in windows application and no problem.
 but i recive this exception in windows ce and i use latest source but i

You probably during build didn't properly embed resource with error
messages. It has been converted to resx format, so the build script
isn't changed yet. So either use the old one file (from SVN) or change
the build script.

BTW it's strongly recomended not to use sources from SVN in production
env., can be unstable.

 always have this exception, 'No message for error code 335544721 found'.
 this is my code

It's Unable to complete network request
to host string.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2008-10-04 Thread Mercea Paul

  always have this exception, 'No message for error code 335544721 found'.
  this is my code
 
 It's Unable to complete network request
 to host string.

[PM] See if 3050 port is not blocked by firewall on host!

Regards,
Paul



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2008-10-03 Thread aBBuzer

hi,
I use firebird 1.5 ,.net 2.0 and data provider for .NET compact framework
2.0 .

I have same exception on pocketpc . I don't understand fix and what can i
do.
This is very important for me.

please help me.




Kazuhiro Kato wrote:
 
 Hello Carlos
 
 I find problems with .NET 2.0 Firebird .NET DataProvider 2.0 Beta 4.
 and fix it.
 
 With PocketPC , .NET 2.0 DataProvider 2.0 raise exception
 No message for error code 335544721 found. at connection to server.
 
 Exception raised in
 source\FirebirdSql\Data\Client\Gds\GdsConnection.cs : 80
 socket.SetSocketOption(SocketOptionLevel.Socket,
 SocketOptionName.ReceiveBuffer, packetSize);
 
 Pocket PC not support setsockopt SO_RCVBUF option
 
 see
 Windows CE 5.0
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecomm5/html/wce50consol_socket.asp
 Windows CE 4.1 (Pocket PC)
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewinsk/html/_wcesdk_setsockopt.asp
  SO_RCVBUF Note   This option is only supported for SOCK_DGRAM sockets.
 
 please fix GdsConnection.cs
 
 #if (!NETCF) // PocketPC , WindowsCE 4.1 Not suppoort  setsockopt
 SO_RCVBUF
 // Set Receive Buffer size.
 socket.SetSocketOption(SocketOptionLevel.Socket,
 SocketOptionName.ReceiveBuffer, packetSize);
 
 // Set Send Buffer size.
 socket.SetSocketOption(SocketOptionLevel.Socket,
 SocketOptionName.SendBuffer, packetSize);
 #endif
 
 --
 Kazuhiro Kato ([EMAIL PROTECTED])
 
 
 
 
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log
 files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 

-- 
View this message in context: 
http://www.nabble.com/.NET-2.0-Provider-on-PokcetPC-connect-error-tp2858771p19795509.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2008-10-03 Thread Jiri Cincura
Try latest sources. If the problem is still there, report it to the tracker.

As far as I'm looking to code, this path has been applied.

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

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2006-02-09 Thread Carlos Guzmán Álvarez

Hello:

I find problems with .NET 2.0 Firebird .NET DataProvider 2.0 Beta 4.
and fix it.

The fix is in CVS now, thanks very much 



--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider