> db eval {UPDATE t1 SET value=$bigblob WHERE rowid=$id}

Is this more efficient than

  db eval "UPDATE t1 SET value='$bigblob' WHERE rowid=$id" ?

In particular, does it save a copy of the character data?


Regards

Reply via email to