Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 4th, 2004, 12:04 PM
Authorized User
 
Join Date: Jun 2003
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to insert an image in a (*.MDB) database

Hi;
I use the Microsoft ACCESS database in my application and i dont know how to insert an image (*.GIF, *.BMP, *.JPG) in a table called IMAGEM.

Can i use the DATASET or DATAADAPTER???

To show the image in a Picture Box i need to use a DATASET???

To show an image in a form the Visual Studio uses the code below:
this.pctLogo.Image = ((System.Drawing.Bitmap)(resources.GetObject("pctL ogo.Image")));

But the code doesn´t work with a DataSet..

What can i do???
Thanks...
 
Old May 3rd, 2007, 07:02 AM
Authorized User
 
Join Date: Dec 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to DZukiewicz
Default

I think you have to create a BINARY column type, and then get the image bytes (guessing at Image.GetBytes()) and store it that way.





Similar Threads
Thread Thread Starter Forum Replies Last Post
asp.net code to insert image in to database madhusrp ASP.NET 1.0 and 1.1 Professional 2 March 16th, 2006 02:54 AM
Cannot INSERT or DELETE into/from cdstore.mdb barkassss ADO.NET 0 March 15th, 2005 01:38 AM
Where can I download the Database xtreme.mdb? csxcoolboy Forum and Wrox.com Feedback 1 March 10th, 2004 09:19 AM
Can't open .MDB database saxitalis C# 1 November 7th, 2003 04:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.