Re: [Tutor] MySQLdb : I finally got it to work.

2006-02-20 Thread Danny Yoo
> 1. With my configuration, I need quotes around the values that are to be > placed into the database, otherwise an error is raised example: ( n= > blue --> Error 1054:n Unknown column 'blue' in 'field list' ) > n = raw_input("Please enter a Name: ") > c =raw_

[Tutor] MySQLdb : I finally got it to work.

2006-02-18 Thread Servando Garcia
Hello list It seems that true understanding must , at times, be painful. Danny Yoo thank you for not just giving me the answer but rather making me work for it. Here is how I got the code to run. 1. With my configuration, I need quotes around the values that are to be placed into the datab