Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IMAGE or TEXT
Message
 
 
To
06/10/2004 12:30:24
General information
Forum:
Microsoft SQL Server
Category:
Database design
Title:
Miscellaneous
Thread ID:
00949240
Message ID:
00949515
Views:
8
>Hi
> I have a need of uploading Binary Files (Bitmaps/Image Files, PDF, DOC etc) into SQL 2k Database. My Question is what would be the ideal datatype should I use? is It Image or Text? Currently Im using Image Datatype then cast this data into Bitmap datatype in C# on top of ASP.net.Any experience about this?

There's realy no choice here because the Image data type is designed to store binary data and the text data type is not.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform