On Thursday 29 October 2009 10:22:18 am John wrote:
> cursor.execute("INSERT INTO test_binary   VALUES ( %(img)s)", picdata)

should be:

cursor.execute("INSERT INTO test_binary   VALUES ( %s)", picdata)



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to