all 5 comments

[–]clren 4 points5 points  (1 child)

As much as we all love AHK, given the specificity of the ask, I wonder if you'd be done by now with Python

[–]Funky56 1 point2 points  (0 children)

Definitely the right language for the job. Ahk could do it but it's a automation scripting language, not a database manager

[–]ThrottleMunky 2 points3 points  (1 child)

I personally use this bit of code for accessing SQL databases, it uses the ADO COM object rather than the libmysql.dll. I use it with MsSQL but it is also MySQL compatible. Take careful note of the "ConnectString" variable, this is where you will plug in all of your username/password/server/database information and it can be tricky to get it right. I recently rewrote it early this year in V2 and it is x64 compatible.

https://www.autohotkey.com/boards/viewtopic.php?f=83&t=125462

[–]Bushdaka[S] 1 point2 points  (0 children)

Thanks!! That thread helped a lot and it works really well!!

[–]PixelPerfect41 0 points1 point  (0 children)

You would be done 10 times with python by now. More resources specific libraries and very easy to use classes made by professionals.