my.execute("select imagerow from imagetable where imageid='xx'")
b = my.fetchone()
b = b[0].tostring()
b = array.array('B',b)
ss = array.array('B',b).tostring()
sy.execute("update imagetable set imagerow='%s' where imageid='xx'"%(ss))
dbsybase.commit()
sy.execute("select imagerow from imagetable where imageid='xx'")
r = sy.getImageDesc(0)