Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need help with Images and SQL Server

0 views
Skip to first unread message

Tony D.

unread,
Sep 22, 1997, 3:00:00 AM9/22/97
to

Hello All,

I am in great need of some help. I have to setup a table that will allow
me to save large amounts of data, like Resumes and files about 1 - 2 MB.
And I need to save Images, pictures and such. Can anyone help me do this.
I need to know what type to set the fields up in the Database, and then I
Should be able to work the rest out from the VB side of it.


Thanks in advance,

--
Tony Di Giorgio
Merritt, Hawkins and Associates
Microsoft Certified Professional
To...@mhagroup.com
www.geocities.com/SiliconValley/Lakes/4332

Russell Bride

unread,
Sep 24, 1997, 3:00:00 AM9/24/97
to

well there's several types of blobs available ...
text for text blobs and image for binary blobs. The max
size is given by @@textsize (see also set textsize).

It would have been quicker for you, however, to have looked
up datatypes in the T-SQL reference documentation than to
post here ...
/R

0 new messages