sql query of non cspro file

Other discussions about CSPro
Post Reply
AriSilva
Posts: 594
Joined: July 22nd, 2016, 3:55 pm

sql query of non cspro file

Post by AriSilva »

Is there a way to execute sqlqueries on an outside file other than csdb or paradata files?
Furthermore, the base I´m trying to access is on a server and has to be logged in with a psw.
Best
Ari
Gregory Martin
Posts: 1793
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: sql query of non cspro file

Post by Gregory Martin »

You can query any SQLite file:
numeric result = sqlquery("sqlite-database-filename.db", "SELECT ...");
However, it must exist on the local filesystem. At the moment, there is no way to query an external server.
Post Reply