First listing line 1 creates a connection named "timing". Second listing line 4 creates a query that is using the default database, not the named database connection "timing". In your program there must be a default database, and that is where the timing table is being created.
Change line 4 to read:
Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks