deltagam...@gmx.net wrote:
> is it possible to save images or pdf in sqlite ?

It's possible to save an arbitrary blob (sequence of bytes) in sqlite. Sqlite 
doesn't know nor care what this blob represents.

> Is it possible to just save the path to an image/ binary object

Yes. A path is a string like any other.

> an sqlite gets the object then at runtime ?

No. Sqlite won't "get" anything for you. Your program will have to do that.
-- 
Igor Tandetnik

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

Reply via email to