Re: Data problem
Jeffrey Maitland wrote: I am using the MySQLdb module and I am writing to a MySQL database. My write statement is something like. cursor.execute(“INSERT INTO Data(Name, X, Y, Z, Data) VALUES('%s', '%s', '%s', '%f', '%f', '%f', '%s')""" % (
Data problem
Hello all, I am using the MySQLdb module and I am writing to a MySQL database. My write statement is something like. cursor.execute(“INSERT INTO Data(Name, X, Y, Z, Data) VALUES('%s', '%s', '%s', '%f', '%f', '%f', '%s')""" %