English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in microsoft access you could have stored any file type (e.g. *.bmp, or .avi) in a table using the OLE datatype. what data type must i use to do the same thing in microsoft sql server 2000 (MSDE)?

2006-09-20 07:22:38 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

varbinary - but you shouldn't store files in a database - put them in a directory structure and store the path to the file.


Reply:
You mean like the load it puts on the database and how it can make things far more complicated to store and retrieve?

2006-09-20 07:29:21 · answer #1 · answered by lwcomputing 6 · 1 0

you shouldn't tell people not to store files in a db unless you are able give some valid reasons.

2006-09-20 11:07:07 · answer #2 · answered by stratsandlespauls 6 · 0 0

fedest.com, questions and answers