ISQL command line interface


2008-07-23 01:54:41 PM
delphi62
Is it possible to define a table with a blob
and then insert a .jpg file into the blob
with the interactive sql command line interface?
INSERT INTO STUDENT
SET PICBLOB = 'D:\PHOTO.JPG';
I've read that blobs can store pictures... but..
how do ya get 'em in there?