AIR applications cannot directly connect to remote databases. In order to do that you will have to build some sort of web service, which is then invoked by your application. You can also use remoting, but I don't have much experience in that.
If you are using the Flex framework in your application, there are in-built web service APIs available in it. If not, you can look up several tutorials and samples online to help you build your own simple framework. .p On Thu, Jun 9, 2011 at 12:32 PM, nvxuser <[email protected]> wrote: > Hi All, > > I am currently working on a web application that uses for > effort entry on a company. Using this web app the end user can view > tasks assigned to him in each project and can log effort to each task > on daily basis. My task is to convert this application to desktop. In > this application using flex 3, c#.net, FluorineFx. > > My Doubts > > How can i connect to database? > How can i invoke methods from dlls? > > Please give me solution... > > Thanks, > Nvx user > > -- > 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. > > -- 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.

