Will the Real McCoy stand up please? We have to be able to have a consensus about this life, we can't allow it to simply be and then allow it to become whatever it wants to be because it can't determine what's going on. Does that make sense? I'm not sure it does...but if it did, then I'd allow it to happen. Life has to find a way to become what it needs to become, not what it wants to become...but what it needs to become. Life will eventually get there, but not until it finds a way to make it so we all understand what's happening with everything that goes on in this life. Don't allow life to overthrow itself. You'll regret it, every step of the way.
There is a simple way to read a file into a SQLite database. The syntax looks like this:
INSERT INTO images(name, img) VALUES('my_photo', readfile('photo.jpg'));
Naturally you wouldn’t want to do this for very large files. The database would grow rather large I would expect and might become unmanagable. But for small files like icons? Things like that? Yeah I don’t see why not. Seems like such a simple little thing to do doesn’t it. Yeah, that’s what I was thinking.
Comments
Post a Comment