I created small DB with independent utility program. 'Enteral.db'. The DB has two tables: 'Company': ID, CompanyName and 'Products': ID, CompanyID, ProductName. Both tables contain data.
Question: How do I read the existing data from my app? I copied DB to app Files folder and then copied files from ASSETS within my app (DBUTILS). I still cannot reference tables.
Everything I have read tells me I must recreate the tables and fill them with data on start-up. If that's true, why have an existing DB with data?
I've read help files extensively to no avail. I think I'm missing something very basic.
Question: How do I read the existing data from my app? I copied DB to app Files folder and then copied files from ASSETS within my app (DBUTILS). I still cannot reference tables.
Everything I have read tells me I must recreate the tables and fill them with data on start-up. If that's true, why have an existing DB with data?
I've read help files extensively to no avail. I think I'm missing something very basic.