PDA

View Full Version : Having air read one databse and write to another


zancroft
02-13-2009, 02:42 PM
I want to find out how I can create an AIR document that reads one database and writes the information to a new database. I want this to be used as a database back up generating program for a client that has no computer experience.

I know I will be using SQL coding, since that was how I generated the original database in the first place.

Thank you

evride
02-13-2009, 08:25 PM
the first and second databases are in SQLite and stored locally (not MySQL and server)? you don't really specify.

zancroft
02-13-2009, 09:02 PM
Sorry about that, yes, the databases are stored locally.

evride
02-13-2009, 09:23 PM
you could just copy the whole database using the File class