Hi
I am trying to extract the contents of an Access database into SQLite so it can be downloaded and used in another app.
One of the table names has a space in it and if I can I would prefer to keep all the table and column names the same. However I cannot see how to delimit table names in SQLite to allow me to use spaces.
I have tried delimiting with `, [] and ", and all result in an invalid database.
All the best
Keith