Results 1 to 6 of 6

Thread: Connect Adobe Air to MySQL

  1. #1
    Join Date
    Apr 2010
    Posts
    24

    Connect Adobe Air to MySQL

    I would like to connect my AIR application with the MySQL database. I am looking for a solution whom setup is simple. In current scenario, Database is hosting in local network (with the same machine as Air application or in different machine within the local network). I would like to create a soft with flex 4, do you think that as SQL is the better solution to resolve my issue or do you have an some other suggestion to do that.

  2. #2
    Join Date
    May 2008
    Posts
    1,822

    Re: Connect Adobe Air to MySQL

    Adobe AIR contains the capability of making and using local SQL databases. The runtime contains a SQL database engine which is facilitated with the support for several standard SQL properties, working with the open source SQLite database system. A local SQL database can be used for saving local, persistent data. For instance, this can be used for application data, application user configuration files or any different type of data which you need to implement into your application to save locally.

  3. #3
    Join Date
    Apr 2010
    Posts
    32

    Re: Connect Adobe Air to MySQL

    I am just considering for making a website in that I (and eventually different) can post articles, such as a news website. I was thinking of creating an AIR application to move with the Website, Do you have any idea about this, or aware about the way to grab information from a database like MySQL ? If so, how can it would be done ? If not then how can I move about accessing data from my website ?

  4. #4
    Join Date
    Apr 2008
    Posts
    2,347

    Re: Connect Adobe Air to MySQL

    There are so many options for you and you have to choose one of them to go for . Number of database services are available and you have to work with the dataservice such as AJAX, PHP, ASP or Javasript to transfer the data. you can also download the Adobe examples from the Flex.org..According to me, the AJAX would be the best option for you and you should go ahead with this, one friend is also in this section and he is also using the same ..
    Last edited by deoWo; 01-07-2010 at 03:42 PM.

  5. #5
    Join Date
    May 2006
    Posts
    2,812

    Re: Connect Adobe Air to MySQL

    Hey ! You all have be aware about it, AJAX is not being used as a server-side programming language. This is the front-end technology just like as the flash used . It loads the data just as flash but by the way, yeah dude you require to work with the server-side programming language just as PHP to do the job.There is one of site named as gotoandlearn contains a better example of PHP, MySQL and flash combination although and its for actionscript 2. It's still available a better resource to use though.

  6. #6
    Join Date
    Nov 2005
    Posts
    2,496

    Re: Connect Adobe Air to MySQL

    You can only able to connect with the locally saved database because Adobe just as to limit the access to things for security causes and also this may have been so much work to associate the libraries that would allow you retrieve a remote database stored on a database server. You can only able to connect to a SQLite database and not postgre or MySQL or whichever because that is the engine that Adobe decided to package with Adobe AIR, and the causes for that option was because its a self-loaded, serverless, zero-configuration, transactional SQL database engine.

Similar Threads

  1. How to connect PHP to mySQL Database
    By Nathen in forum Tips & Tweaks
    Replies: 2
    Last Post: 17-07-2011, 03:49 AM
  2. Replies: 3
    Last Post: 07-11-2009, 09:36 PM
  3. How to Connect to MySQL database on my website?
    By Zombi in forum Software Development
    Replies: 3
    Last Post: 24-09-2009, 01:23 PM
  4. How to connect to mysql from outside
    By AmdUser in forum Software Development
    Replies: 4
    Last Post: 22-04-2009, 08:13 PM
  5. How to Connect MySQL database from PHP
    By Booth in forum Software Development
    Replies: 3
    Last Post: 21-01-2009, 09:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,557,026.99059 seconds with 17 queries