Question
the AIR installation file
I have made an application using html, jquery and I wrap it into the AIR application. After I make her AIR installation file and install my application, the function insert, update, delete the database can not run anymore.
To create the installation file, I used:
adt –certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword -> to generate a self-signed certificate and key pair
adt -package -storetype pkcs12 -keystore sampleCert.pfx HelloWorld.air -> create the AIR installation file
HelloWorld-app.xml HelloWorld.html AIRAliases.js
Please note that prior to turning it into an installation file, the application can perform the function insert, update, delete database.
Please help me...
Thanks....