Archive for the 'Programming' Category

Gambas - Can’t connect to local MySQL server through socket workaround

Previously I write about Gambas programming and my temporary solution for connecting to MySQL error.

Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)

Well, it’s really temporary where the link file that I create previously gone missing whenever I restart my pc. I then need to run the command again and again. Until today I [...]

How to program Gambas with MySQL in Ubuntu

I’ve read a nice introduction to Gambas here.Gambas is a free development environment based on a Basic interpreter with object extensions.
Since installing Gambas in ubuntu is a piece of cake, I then decide to try to program using Gambas. I found quite a number of article to do a connection with MySQL but then it [...]

Design your AutoIt application using Koda FormDesigner

If you are new with AutoIt and wondering how to make the GUI easily, this is you answer.
Somehow, this menu is hidden in Scite editor.You can only see this menu when you right click the file name tab with the .au3 extension.

AutoIT - Connecting to SQL Server.

Playing around with AutoIt take me to next level of coding. This time I need to automate a process where in a normal situation it will involve a few people to make the whole process completed.
One of the process need a connection to MS-SQL ,execute query and and get the results. As sharing is [...]


AWSOM Powered