Nigel Verity wrote:
> I am on Linux, but need to export the data to somebody on Windows
> running MS Access 2010.
>
> Can anybody advise on how to handle the export of the BLOB data?

AFAIK Access does not have blob literals.  So the best way would be to
copy the SQLite file to the Windows PC, install an SQLite ODBC driver,
and link to the SQLite table from inside Access.


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

Reply via email to