VBScript Cheat Sheet

Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK 2 = vbCancel 3 = […]

Using Python with MySQL

MYSQL DATABASE WITH PYTHON Installing requirements: sudo apt update sudo apt install python3-pip sudo pip3 install mysql-connector Test importing MySQL […]