• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

Connect to MYSQL through AIR

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
This is Guru . I have developed a WEB application . The technolgy i used to bhild the front end is Adobe FLEX and the back end is JAVA(Struts FrameWork) and i am maintaining the data in a local MYSQL Database server .

I want to convert my web application to a desktop application . so Iam using Adobe AIR with FLEX to achieve that. But i want to connect to my DB server through actionscript.

Is there any possibility to call a java class(so that i can get the connection in that) through my Adobe AIR mxml file.(Desktop application not a WEB application).

Please let me know is there any alternative to achieve this.

Please help me ASAP.

Thanks in Advance,
Guru
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AIR supports only single file database only. It will not support MySQL, so you can choose SQLite.
Check this link for more info.
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/localDatabaseSQLSupport.html

NPR

 
Sheriff
Posts: 67706
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Ramesh NPR", please check your private messages for an important administrative matter.
 
I’m tired of walking, and will rest for a minute and grow some wheels. This is the promise of this tiny ad:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
reply
    Bookmark Topic Watch Topic
  • New Topic