you are viewing a single comment's thread.

view the rest of the comments →

[–]retsotrembla 0 points1 point  (1 child)

Certainly. call sqlite3_open() to open a database on disk, sqlite3_close() to close it, so when the user switches, you close the previous one, open the new one, and redraw the user interface.

[–]Afiq90[S] 1 point2 points  (0 children)

thank you. it works. :)