> What I need is the ability to read in an array of bytes, (read from > meta data of an mpeg4, say, via fstream or some other equivalent), > that represents the raw data of an sqlite database. > > I'm trying to avoid having to parse in that data, save it to a > separate file first, then load it using a mysql open() call. > > I'll admit that I only had a quick read, so may have missed something. > > Thanks
Is not easier save the db at the end of mp4 file? I don't know the mp4 file format, but I beleave that thare's a field that says the size of file, so db_size = filesize-mp4_filesize and db_start_offset=mp4_filesize. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users