I want to use a query to check if there exists a table in my access database, if not then I can create that table. I'm using Ruby to call functions to execute SQL query, such as Insert, Select, Update, Create etc.
I looked up some solutions such as MSysObjects, but it doesn't work for the Access 2007.
So anyone who is familiar with Access database can help me with this problem?
Thank you.