How to configue the installation, i.e. publishing with Flash Pro CS5, so the database which wort with the application will install et
work properly.
var dbFile:File = File.applicationDirectory.resolvePath(fileName);
This work with the my computer, and use the file in the:
C:\Users\Richard\AppData\Roaming\PediatricDrugs\Local Store\DBMS.db
OR
localy like: var dbFile:File = new File("C:/TMP/" + fileName);
The problem is when I make the application.air file whith the publishing interrace of Flash the DMBS.db is not include.
With the var dbFile:File = File.applicationDirectory.resolvePath(DBMS.db);
works properly, but I am unable to insert or update data.
How do fix this problem.
Thanks
Richard Pincince
rpincince@live.ca