Hi,
I hope someone could assist me with this!
I have made an SQLite (3) database called ESR.db
One of my table names is "Customers".
In the ActivityCreate Sub I have the following line:
DBUtils.ExecuteSpinner(SQL, "SELECT CustomerID FROM Customers", Null, 0, spnrCustomers)
This gives an error in the DBUtils Module line 138:
android.database.sqlite.SQLiteException: no such table : Customers:.
When I cut and paste this Query into Sqlite 3, it returns the ID's 1,2,3,4 ... as expected.
The only difference on my PK (ID) is that mine are Integers and the DBUtils example uses Strings.
Your help will be greatly appreciated!
Kind regards
Gavin
I hope someone could assist me with this!
I have made an SQLite (3) database called ESR.db
One of my table names is "Customers".
In the ActivityCreate Sub I have the following line:
DBUtils.ExecuteSpinner(SQL, "SELECT CustomerID FROM Customers", Null, 0, spnrCustomers)
This gives an error in the DBUtils Module line 138:
android.database.sqlite.SQLiteException: no such table : Customers:.
When I cut and paste this Query into Sqlite 3, it returns the ID's 1,2,3,4 ... as expected.
The only difference on my PK (ID) is that mine are Integers and the DBUtils example uses Strings.
Your help will be greatly appreciated!
Kind regards
Gavin