> So i assume i will have to
> split my AVCHD file into small files. Ok.. i am fine with that, but how
> will i maintain the folder structure of these split files.?

If maximum supported blob size is 1Gb and you want to store a bigger
data chunk then you split your data into several *blobs* and store
them in separate rows in the database. But SQLite database is one
file, so there's no folder structure to maintain.


Pavel

On Wed, Jun 9, 2010 at 7:18 AM, Navaneeth Sen B
<navanee...@tataelxsi.co.in> wrote:
> Hi All,
>
> I would like to know how i can store an AVCHD file(It has a folder
> structure) having size greater than 4GB.
> The reason behind this question is like, from the documentation i found
> that the maximum supported BLOB size is 1GB. So i assume i will have to
> split my AVCHD file into small files. Ok.. i am fine with that, but how
> will i maintain the folder structure of these split files.?
>
> -- /
> Thanks & Regards,
> Sen///
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to