So the database is stored in a file and runs with the SQL database engine included in Adobe Air. Look up "SQLite" in the Flex 3 Language Reference for more info.
I have downloaded the project and runned it, it was working perfectly but i didnt find the person.db file in the project will it be created automatically.
So where exactly is the sqlite database stored after it is created? I am running os x. I am using the finder and can't see to find anything with *.db let alone the database created in this example. I know it is there since it is work. Just can't seem to find it at all?
Software Engineer by Profession, RIA Enthusiast, Passionate about Technologies, Another King waiting for his kingdom...
If you would like to get in touch with me, please leave a comment with your mail id and I promise that I will get back to you.
5 comments:
Hi,
Sorry I didn't look into code yet.
Could you please tell me if this SQLite is stored on the server side?
Hi,
No, since it's SQLite and file-based, it's stored wherever you point your file to. In this case, he wrote this line:
exampleDBFile = File.applicationStorageDirectory.resolvePath( "Person.db" );
So the database is stored in a file and runs with the SQL database engine included in Adobe Air. Look up "SQLite" in the Flex 3 Language Reference for more info.
Cheers
Hi ,
I have downloaded the project and runned it, it was working perfectly but i didnt find the person.db file in the project will it be created automatically.
Process terminated unexpectedly.
Hi!
I tried to run this example,
but didn't get lucky.
The output was:
---------------------------------
"C:\Program Files\Adobe\AdobeFlashBuilderBeta2\sdks\4.0.0\bin\adl.exe" C:\Users\Jussi\workspace\AIR\bin-debug\AIRSQLiteExample-app.xml C:\Users\Jussi\workspace\AIR\bin-debug
Output from command:
error while loading initial content
So where exactly is the sqlite database stored after it is created? I am running os x. I am using the finder and can't see to find anything with *.db let alone the database created in this example. I know it is there since it is work. Just can't seem to find it at all?
Post a Comment