Search found 2 matches

by mixkiel
August 11th, 2022, 2:01 am
Forum: Other
Topic: need to copy file outside cspro directory
Replies: 1
Views: 1045

need to copy file outside cspro directory

is there a way to run unix shell commands from within CSPro?
execsystem "app:?"
by mixkiel
March 19th, 2022, 11:08 pm
Forum: Other
Topic: Could not connect on sqlite csdbe (file is not a database)
Replies: 4
Views: 1833

Could not connect on sqlite csdbe (file is not a database)

Im trying to connect to csdbe sqlite database. but i dont know what connection string i need to connect.

my application written in java and sample.csdbe password is like 11111.
DriverManager.getConnection("jdbc:sqlite:sample.csdbe?key=");

Thankyou.