storing images inside sql server 7/2000 database 
Author Message
 storing images inside sql server 7/2000 database
hi,

can anyone give me some tip on how to store images(jpeg & bmp) inside a
database using sql server 7/2000 with Visual Basic and the ado control.  or
just how to store images using vb and sql server 7/2000. any tip would be
greatly appreciated.  thank you

sicerely,
phong pham



Wed, 31 Dec 2003 12:16:10 GMT  
 storing images inside sql server 7/2000 database

One way is to use our bound image control, DBPix.  You cab bind it directly to an ado dc to load and view
images.  Additionally it can resample images as they are loaded to normalize the dimensions or to create
thumbnails and it can acquire from digital cameras and scanners and provide image information (width, height
etc) useful for web databases/front-ends.

If this is of interest you can download the control, documentation and samples from http://www.ammara.com

Quote:

>hi,

>can anyone give me some tip on how to store images(jpeg & bmp) inside a
>database using sql server 7/2000 with visual basic and the ado control.  or
>just how to store images using vb and sql server 7/2000. any tip would be
>greatly appreciated.  thank you

>sicerely,
>phong pham



Thu, 01 Jan 2004 23:09:04 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How to store images using ADO in SQL Server 2000

2. Adding an image to an SQL Server 2000 database

3. Problems reading Image from SQL Server 2000 database - Please Help

4. Problems reading Image from SQL Server 2000 database - Please Help

5. Executing MS SQL Server 2000 stored procs via MS Access 2000

6. doing updating from grid to sql server with stored procedure sql 2000

7. STORING /LOADING IMAGES FROM ACCESS DATABASE / SQL SERVER

8. Storing Images OR Paths in SQL server database

9. Storing and displaying images in a SQL Server database

10. How to store image into SQL Server database?

11. Storing and displaying images in a SQL Server database

12. Store the image in picture box control into the image data type in SQL server

 

 
Powered by phpBB® Forum Software