Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i can save images through vb6 forms to sql server 2005
Posted

1 solution

take an image field as datatype binary in database(sql server 2005) and convert the image into binary at front end (using vb6) and save it in to sql server 2005.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900