Hi All,

 

 

I have a table with one unique column of the type BLOB.

 

Because I am using the direct SQLite functions to read and write BLOBS, the
access is made referencing the ROW IDs.

 

Is there any way to replace a BLOB for a give ROW ID? If I perform DELETE
and INSERT I am not sure the ROW IDS will keep sequential and I cannot call
VACCUM for performance reasons in the application.

 

Thanks

 

Carlos

 

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

Reply via email to