ahkDBA icon indicating copy to clipboard operation
ahkDBA copied to clipboard

AutoHotkey DBA is an OOP-SQL DataBase access framework. It currently supports SQLite, MySQL and ADO.

Results 4 ahkDBA issues
Sort by recently updated
recently updated
newest added

If you specify the type of the values, the result is empty. Its a typo. If you use a not specified records like a big number, what you want to...

I am trying to execute a procedure in a loop. The first call works, but then the error happens. I tried searching something to fix the problem, but I did...

Hi. I am using ahkDBA to connect to an SQLITE database successfully. When I add a full text virtual table using the FTS 5 module of SQLITE, and use ahkDBA...

Just upgraded to sqlite3.dll version 3.14.1 However this throws an exception as the "minimum version" compare think the dll is version 3.1. https://github.com/IsNull/ahkDBA/blob/master/Lib/SQLite_L.ahk#L112 just commented the lines, and it works....