Hi,
First of all, thank you very much to Melba for creating GUIListViewEx UDF
I have a MySQL database on internet webserver that I need to edit regulary.
I plan to read those records into an 2D array, edit them using Melba's GUIListViewEx UDF
and save them.
By this way I dont need to handover MySQL credentials to the user because they are
"protected" in the AutoIT execuatable (ok, I know this is not really true because users
can docompiling, etc) and they dont need to learn how to use those "complex" MySQL tools
for this simple task.
Do you guys think this is a good idea?
Thank you!