Load Database Once

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
KennyR
Posts: 256
Joined: Thu Jan 19, 2012 4:25 am

Load Database Once

Post by KennyR » Thu Apr 12, 2012 3:02 am

Hello again...I was wondering if there is a way to check if a database exists when opening an application. I have a pre-defined SQLite database that has around 150 items that load into the database when the user opens the program, but it seems like it bogs down the program on start-up since it has to load the database items each time it starts. I would like to have the program load the database when the user opens the program for the first time, but not after that...any ideas? By the way, this is a simple inventory control program for the iPad.

Post Reply