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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-01 : 08:56:57
|
| writes "My question is how to save and retrieve an image to and from a SQL Server database using VB language. I mean, how do i code it? Is there anybody there who can help me?" |
|
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2002-05-01 : 09:00:15
|
| Recommend that you don't save images to the database. Save the image in the OS, and store the file path in a database field. This should make it easier to code too.Tim |
 |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-05-01 : 09:01:52
|
| Check the FAQ of this site-------------------------------------------------------------- |
 |
|
|
|
|
|