PDA

View Full Version : Access MYSQL database?


killerwhale65
July 20th, 2008, 12:45 PM
Hi,

I was wondering if it is possible to access an online mysql database in a screenlet?

thanks!

Matt

spdf
July 20th, 2008, 01:54 PM
Definitely, as long as the user has the mysql python module installed.

Check out http://www.devshed.com/c/a/Python/MySQL-Connectivity-With-Python/ for examples and instructions for accessing mysql servers with python.

killerwhale65
July 20th, 2008, 03:35 PM
Definitely, as long as the user has the mysql python module installed.

Check out http://www.devshed.com/c/a/Python/MySQL-Connectivity-With-Python/ for examples and instructions for accessing mysql servers with python.

OK,

thanks for the link!