how to retrieve the image & save image permanently in database
How to save&retrieve image in sqlserver
Collapse
X
-
How to save&retrieve image in sqlserver
-
Hmmm... Time to use your friends (yahoo, google, ask, answers, bing) and do a search like this one...
Just so you know, Visual Basic 6.0 was and is such a popular language that there is at least a terrabyte of code, examples, and tutorials out there. You just need to figure out the right keywords to find what you want.
Good Luck -
Dear sanathosh,
There are two ways to save and retrieve from SQL Server. The first one is create a directory beside you project and just save you path of that image in you SQL server field.
The second way convert you image in binary and save you image filed in database.
Comment
-
Comment