ok, so i was able to compile with the version linked below.  that is a 
start.  and i copied the FirebirdSql.Data.FirebirdClient over to the 
scanner's \windows directory.

so, do i need a version of fbclient.dll on the scanner for the 
FirebirdSql.Data.FirebirdClient.dll to reach the server?  or does 
FirebirdSql.Data.FirebirdClient.dll access it directly?

if i need fbclient.dll, do i need a special version of it?  can i 
compile its source for my CF5/.NET2 platform?

i tried a simple transfer of both fbclient.dll v2.5x32bit and v1.5x32bit 
but neither worked, i even tried gds32.dll from v1.5x32bit.

thank you in advance, lucas


On 11/30/15 11:43 AM, Louis van Alphen wrote:
> Ping uses different protocol AFAIK. But at least it is a start. But you will 
> have to test whether you can run Fbclient on WinCE. Best to write a test app 
> targeting .net2/3.5 and then run  it from your desktop to check that it 
> works. Then deploy that to device and test. That is how I did all my mobile 
> dev for WinCe. Dev & dbug on PC and then just deploy to device, obviously 
> abstracting any plarofrm specific stuff...
>
> -----Original Message-----
> From: slucas [mailto:slu...@iquanta.com]
> Sent: 30 November 2015 06:39 PM
> To: lo...@nucleo.co.za; For users and developers of the Firebird .NET 
> providers <firebird-net-provider@lists.sourceforge.net>
> Subject: Re: [Firebird-net-provider] VS2008 ADO.NET confusion
>
> so just to confirm.  if i use the wifi connection on the scanner, and i am 
> also am to ping any address on the local network from the gun,
>
> then i should be able to integrate firebird client directly into my scanner 
> executable?
>
>
> On 11/30/15 11:23 AM, Louis van Alphen wrote:
>> Agreed , talking to the DB from the mobile app is not the way to go. This is 
>> why I tried to implement a HTTP server that the device talks to. The issue I 
>> had was that the device could never connect to the PCs ip address. I could 
>> never get the network config to work despite days and days of searching. 
>> Finding other ppl with the same issue, but never a solution. This was with a 
>> USB tethered / ActiveSync setup. With Wifi it wont be an issue.
>>
>>
>> -----Original Message-----
>> From: Jiří Činčura [mailto:j...@cincura.net]
>> Sent: 30 November 2015 06:02 PM
>> To: For users and developers of the Firebird .NET providers 
>> <firebird-net-provider@lists.sourceforge.net>; mag...@gmx.com
>> Subject: Re: [Firebird-net-provider] VS2008 ADO.NET confusion
>>
>> On Mon, Nov 30, 2015, at 16:36, slucas wrote:
>>> so now i am trying to integrate the firebird access so that the
>>> scanner can access the firebirdsql server at another IP on the
>>> network.  make sense?
>> Kind of. I would rather make an app server to do the communication, because 
>> of how the Firebird protocol will behave on such a network (I suppose you're 
>> not using cable ;)).
>>
>> Anyway you can try (very) old
>> http://sourceforge.net/projects/firebird/files/firebird-net-provider/2.5.2/NETProvider-2.5.2-CF.7z/download
>> where the CF was supported. But that was build for something like .NET CF 
>> 3.5.
>>
>> --
>> Mgr. Jiří Činčura
>> Independent IT Specialist
>>
>> ------------------------------------------------------------------------------
>> Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users 
>> amazing mobile app experiences with Intel(R) XDK.
>> Use one codebase in this all-in-one HTML5 development environment.
>> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
>> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
>> _______________________________________________
>> Firebird-net-provider mailing list
>> Firebird-net-provider@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>>
>>
>> ------------------------------------------------------------------------------
>> Go from Idea to Many App Stores Faster with Intel(R) XDK
>> Give your users amazing mobile app experiences with Intel(R) XDK.
>> Use one codebase in this all-in-one HTML5 development environment.
>> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
>> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
>> _______________________________________________
>> Firebird-net-provider mailing list
>> Firebird-net-provider@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to