On Sat, Aug 27, 2011 at 10:16 PM, charlesg
<char...@pearceshardware.co.uk> wrote:
>
>
> Andrea Bertini wrote:
>>
>> Gui-frontend on desktop made with Gambas, database sqlite on the cloud:
>> is it actually possible?
not really, as SQLite is not designed for use across the network.
MySQL/PostgreSQL "clouds" would work just fine.

If you wanted to go "serious cloud" you could run Gambas inside an
Amazon EC2 instance
and access via VNC or X. You could use SQLite in this situation.

Ian

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to