Re: How do I dump Image data type in SQL Server
- From: "BJ" <julie6232000@xxxxxxxxx>
- Date: 11 Aug 2005 08:26:14 -0700
The table connection is working. I tested the connection / fill /
table (ByteTbl) content by dumping a couple of other columns.
The content isn't the problem, because I can dump the contents to a
flat file and interrogate it. By the way the contents of each data
cell is a Crystal Reports template. Every example I've seen about
dumping an image column to a win form Picture Box uses the above code.
So I'm going to try to store my own jpeg images to a table and use the
code above to pull it out again. If that works, then the Picture Box
control probably has a problem storing that kind of data.
Those crazy lines that set my objects to nothing is (1) by habit from
my C/C++/Java days where is was always good practice to do your our
house keeping; (2) do you really trust MS to do all your housekeeping?
Have you ever known a product to have a memory leak? Basically, the
code does hurt, for ME its just a good programming habit.
.
- Follow-Ups:
- Re: How do I dump Image data type in SQL Server
- From: Cor Ligthert [MVP]
- Re: How do I dump Image data type in SQL Server
- References:
- How do I dump Image data type in SQL Server
- From: BJ
- Re: How do I dump Image data type in SQL Server
- From: BJ
- Re: How do I dump Image data type in SQL Server
- From: BJ
- Re: How do I dump Image data type in SQL Server
- From: Cor Ligthert [MVP]
- Re: How do I dump Image data type in SQL Server
- From: BJ
- Re: How do I dump Image data type in SQL Server
- From: Cor Ligthert [MVP]
- How do I dump Image data type in SQL Server
- Prev by Date: Re: Documents in Database
- Next by Date: String.Format used to make columns
- Previous by thread: Re: How do I dump Image data type in SQL Server
- Next by thread: Re: How do I dump Image data type in SQL Server
- Index(es):