Viewing 4 posts - 1 through 4 (of 4 total)
Well, for me the DB storage works great because it enhances security and organization. Also, for me it's a lot slower to upload files in ftp server (because it's remote)...
January 5, 2006 at 8:06 am
Hello!
Your experience is really usefull but my problemem begins with storing a file in the DB.
I have a table like this:
Create table ImgTest (
imgID integer identity(0,1),
imgFname varchar(30),
...
October 5, 2005 at 2:08 pm
I'm having trouble with inserting the actual file in sql.. I have the bytestream.
what is the correct insert command for a image data type?
October 5, 2005 at 1:56 pm
Viewing 4 posts - 1 through 4 (of 4 total)