Search found 2 matches

by Winfried
19 Jan 2018, 23:01
Forum: Scripts and Functions (v1)
Topic: [Class] SQLiteDB - Update on 2022-10-04
Replies: 303
Views: 205823

Re: [Class] SQLiteDB - Update on 2016-03-28

Hello, I'm sorry for the newbie question, but I'm only getting started with AHK. The script does work to create a new database and insert basic values, but I don't know how to have it read data from variables: #Include Class_SQLiteDB.ahk MyDB := New SQLiteDB MyDB.OpenDB("dummy.sqlite") MyDB.Exec("CR...

Go to advanced search