| Subject | Re: bin to blob? |
|---|---|
| Author | newgendb |
| Post date | 2003-07-11T14:01:09Z |
I only want to store bmp images in a table.
using SQL
INSERT INTO IMAGES (IMGCODE, IMGDESC, IMGBMP)
VALUES('2D','2nd double','c:\images\2D.bmp');
imgbmp being a blob field in the table images
using SQL
INSERT INTO IMAGES (IMGCODE, IMGDESC, IMGBMP)
VALUES('2D','2nd double','c:\images\2D.bmp');
imgbmp being a blob field in the table images