I believe, you would need some sort of middleware (php/asp/jsp) on server,
which your client connects to.

You can also directly connect to mysql-server or other database server, but
you need protocol implementation in AS3. I know, some folks tried to
implement mysql protocol in actionscript, not sure how usable it is.

I would rely on a server-side setup, which client uses to synchronize the
database with local (sqllite) one.

-abdul

On Wed, Feb 16, 2011 at 3:53 PM, Daniel Gerep <[email protected]>wrote:

> Hi guys,
>
> I'm developing a application on AIR and I need to create a connection with
> a on-line database.
>
> Locally its working:
>      var dbFile:File =
> File.applicationStorageDirectory.resolvePath("contato.db");
>
> How do I pass my on-line database?
>
> Thanks in advance for any help
>
> *sorry for any typos
>
> --
> *Att*
> *Daniel Gerep*
> *www.redenoos.com.br*
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>



-- 
-abdul
---------------------------------------
http://abdulqabiz.com/blog/
---------------------------------------

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to