Hello Guy's <br><br>I am using python 2.6 on windows 7 and MySQLdb to make connections to the database.The issue here is that I  am not able to insert from the python script to the database.When I run the same query in mysql query brower then the insert statement works .I am able to select from the database  using the python script.The connection is fine.I am using Aptana to write the python script.<br>
<br>I thought this could be a problem of the collation or character set problem  the default character set  of the system is cp1252 which corrosponds to latin_1 on mysql , I have chosen that and still no help. Any help is appreciated.<br>
<br><br>Thanks<br><br>Aditya <br>