Is it possible to connect to database from action script, any classes
for this? Like in Java we use JDBC!

Thanks

On Oct 17, 11:42 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> You will need a server-side application like PHP, JSP, .NET, etc to
> communicate with the database. Flex cannot directly communicate with any db.
> You will have to send your data to the server-side app and it will in turn
> save the data to the database.
>
> You can communicate with server-side programs using:
> - HTTPService
> - WebService
> - RemoteObject
>
> Check the help files for these classes and you will get examples. Use
> whichever is most suitable for your application.
>
> Regards,
> Venkatwww.venkatv.com
>
> On Fri, Oct 17, 2008 at 4:03 PM, venki <[EMAIL PROTECTED]> wrote:
>
> > how can connect flex to oracle(database).
>
> > iam having data send to the database or xml file through flex(mxml
> > program) and retriving data from the xml or database.
> > any one send to me the procedure or examples.
--~--~---------~--~----~------------~-------~--~----~
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