Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
tubi
Starting Member
1 Post |
Posted - 2004-08-26 : 05:59:11
|
| HiIs there any way to import a jpeg image in to a Database table, for retriveal. If so, how do you go about inserting this image.I am using SQL 2000.Thanks Trevor |
|
|
mr_mist
Grunnio
1870 Posts |
Posted - 2004-08-26 : 06:11:49
|
| Don't do this. Store your images on the file system and pointers to the filenames in the database.-------Moo. :) |
 |
|
|
|
|
|