MySQL parameterized queries
I am having a hard time using the MySQLdb module to insert information into my database. I need to insert 6 variables into the table.
I am having a hard time using the MySQLdb module to insert information into my database. I need to insert 6 variables into the table.
I am a Python newbie, I am having troubles in the use of bind variables. If I execute the code below everything works fine.