Microsoft Access can run queries on Oracle DB.
Wondering if I can query SQLite through MySQL (join tables,etc)
I could easily dump the sqlite db to mysql, but requirements changed and I can't do this anymore.
Doing it with php (query one db, than another) takes too long, for one, and can't do pagination very well.
Googled, but to no avail.
Is this at all possible?
Dan
Wondering if I can query SQLite through MySQL (join tables,etc)
I could easily dump the sqlite db to mysql, but requirements changed and I can't do this anymore.
Doing it with php (query one db, than another) takes too long, for one, and can't do pagination very well.
Googled, but to no avail.
Is this at all possible?
Dan
Comment