> db eval {UPDATE t1 SET value=$bigblob WHERE rowid=$id}
Is this more efficient thandb eval "UPDATE t1 SET value='$bigblob' WHERE rowid=$id" ? In particular, does it save a copy of the character data? Regards
> db eval {UPDATE t1 SET value=$bigblob WHERE rowid=$id}
Is this more efficient thandb eval "UPDATE t1 SET value='$bigblob' WHERE rowid=$id" ? In particular, does it save a copy of the character data? Regards