View Full Version : MS Access Connection
karthickraj_knowledgeq
03-23-2009, 02:54 PM
Hi Friends,
i try to connect MS Access (.mdb) using Adobe AIR.
but i m having doubt whether its possible to connect?..
Thanks,
Karthick
evride
03-24-2009, 04:59 AM
um its not native. so you may have to come up with your own solution. Maybe try and read the Byte data from it somehow. my guess is that it's going to be a major pain in the butt and possibly impossible.
karthickraj_knowledgeq
03-24-2009, 06:30 AM
i m new to Adobe AIR. so i dont know whether its possible to connect .mdb.but i connect with PHP file.whether its possible to communicate with PHP files like HTTP Services ?...please suggest any tutorial for connecting DataBase(.mdb) in AIR..
evride
03-24-2009, 07:28 AM
ya you can have php read it and send you the results. The access database MUST be on the server you are running PHP from. AIR cannot run PHP scripts or any other program.
PHP Access part
http://www.w3schools.com/PHP/php_db_odbc.asp
retrieve the data from php using URLLoader.
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLLoader.html#includeExamplesSummary
karthickraj_knowledgeq
06-19-2009, 09:28 AM
Thanks i am using this method
Thanks
Karthick.S
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.