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

Can anyone please give me some good example code of inserting image in SQL Server 2000 using Visual Basic 6.0? Thanks!

2007-01-23 17:14:16 · 3 answers · asked by Raphael T 1 in Computers & Internet Programming & Design

3 answers

Try following.

How To Read and Write BLOBs Using GetChunk and AppendChunk
http://support.microsoft.com/?id=194975

MSDN should also have a lot more information.

2007-01-27 02:59:28 · answer #1 · answered by Tejas S 1 · 0 0

u can insert image in database like to other field such as text,number
see carefully
set image data type for storing an image
and give insert command

2007-01-24 02:24:05 · answer #2 · answered by shah_ramanuj 2 · 0 0

well
you can save the image in the database
but you need to copy the pictures to a specific folder then save the path of each picture in the database
go to codeproject.com and then select datagrid with picture
you need to register first
its free

2007-01-24 01:48:26 · answer #3 · answered by mmh_edison 1 · 0 0

fedest.com, questions and answers