Search found 1 match

by vdubeau
Sunday 28th January 2024 12:29am
Forum: Beginners
Topic: slqite3 issue
Replies: 2
Views: 1589

slqite3 issue

I tried following examples. my code is below: Dim $con As New Connection Try $con.Close() $con.Type = "sqlite3" $con.host = "./" $con.name = "Invoices.db" $con.Open I get the message "Unable to locate database 'invoices.db' in ./" I have the database file in t...