On 25 Dec 2010, at 12:28am, Joe Bennett wrote:

> update_data = 'update matrix set %s = %f, %s = %f where %s = "%s"' %
> (A_B + '_Lat', Lat_Site, A_B + '_Lon',Lon_Site, A_B, Site[0])

You've used double quotes.  I'm guessing that the value is a string, in which 
case you mean single quotes.  But that depends on whether your Site values are 
numeric or alphas.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to