Subject Re: [firebird-support] Firebird with cell phones
Author Alexandre Benson Smith
Em 27/12/2011 22:19, W O escreveu:
> Hello everybody
>
> I want to have a Firebird's database in a computer with public IP and than
> the users from theirs cell phones Blackberry or Android can to do queries,
> like:
> - What products we sell today?
>
> What tools do you think will be good for that job?
>
> Thanks in advance
>
> Greetings.
>
> Walter.
>

I think that the best (more portable, easier, cross platform, *much*
faster) would be to acess a webpage, your computer/ phone/tablet will
just access a webpage on this computer with public IP and it will access
the database in the lan (FB wire protocol is *very* bad on high latency
connections) and you could develop it using any tecnology you already
know (PHP, ASP, Java, Delphi, C/C++, Ruby, etc.)

see you !