Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
Generalhelp me Pin
cxjdy19-Mar-03 16:14
cxjdy19-Mar-03 16:14 
GeneralStopping Threads Pin
Wjousts19-Mar-03 10:34
Wjousts19-Mar-03 10:34 
GeneralRe: Stopping Threads Pin
Paul Riley20-Mar-03 14:42
Paul Riley20-Mar-03 14:42 
GeneralListview checkbox events Pin
vlusardi19-Mar-03 10:12
vlusardi19-Mar-03 10:12 
GeneralRe: Listview checkbox events Pin
leppie19-Mar-03 10:31
leppie19-Mar-03 10:31 
GeneralPadding an image Pin
Wjousts19-Mar-03 6:29
Wjousts19-Mar-03 6:29 
GeneralRe: Padding an image Pin
Nathan Blomquist19-Mar-03 7:23
Nathan Blomquist19-Mar-03 7:23 
GeneralRe: Padding an image Pin
Wjousts19-Mar-03 8:26
Wjousts19-Mar-03 8:26 
GeneralRe: Padding an image Pin
Nathan Blomquist19-Mar-03 8:32
Nathan Blomquist19-Mar-03 8:32 
GeneralRe: Padding an image Pin
BigAndy19-Mar-03 23:12
BigAndy19-Mar-03 23:12 
Questionmy own form design? Pin
Nikso19-Mar-03 6:02
Nikso19-Mar-03 6:02 
AnswerRe: my own form design? Pin
Jon Newman19-Mar-03 7:06
Jon Newman19-Mar-03 7:06 
GeneralPaint-like selection control Pin
wgaiw19-Mar-03 4:02
wgaiw19-Mar-03 4:02 
GeneralRe: Paint-like selection control Pin
Smitha Nishant19-Mar-03 5:40
protectorSmitha Nishant19-Mar-03 5:40 
GeneralRe: Paint-like selection control Pin
Smitha Nishant19-Mar-03 5:55
protectorSmitha Nishant19-Mar-03 5:55 
GeneralRe: Paint-like selection control Pin
wgaiw19-Mar-03 6:23
wgaiw19-Mar-03 6:23 
GeneralRe: Paint-like selection control Pin
leppie19-Mar-03 9:08
leppie19-Mar-03 9:08 
GeneralRe: Paint-like selection control Pin
wgaiw19-Mar-03 23:01
wgaiw19-Mar-03 23:01 
GeneralRe: Paint-like selection control Pin
Smitha Nishant20-Mar-03 5:46
protectorSmitha Nishant20-Mar-03 5:46 
QuestionHow to align the Pen in DrawLine() ? Pin
Kid Chaos19-Mar-03 1:51
Kid Chaos19-Mar-03 1:51 
AnswerRe: How to align the Pen in DrawLine() ? Pin
bob1697219-Mar-03 4:55
bob1697219-Mar-03 4:55 
GeneralUserControl Error!! Pin
bania19-Mar-03 0:46
bania19-Mar-03 0:46 
GeneralEnterpriseServices & COM+ components Pin
Giles18-Mar-03 23:23
Giles18-Mar-03 23:23 
GeneralC# & MSSQL Pin
Marix18-Mar-03 22:00
Marix18-Mar-03 22:00 
GeneralRe: C# & MSSQL Pin
Giles19-Mar-03 9:59
Giles19-Mar-03 9:59 
Check out ADO.NET and BLOB fields on MSDN. BLOB standing for - binary large objects.

If your not familiar with ADO or ADO.NET.

You need to open a database connection, and then a Recordset (for ADO), or a DataAdapter and a DataSet for ADO.NET.

In ADO (native COM objects), an ADODB.Recorset object can be used to both open a table and a append or update records.

In ADO.NET this functionality is split between the DataAdapter (For speaking to the DB) and the DataSet objects (for programatically examining the data off line).

Good luck.

If your new use the ADO library, and the Recordset.Field.AppendChunk & GetChunk methods to load and extract binary data into an image field.

Quote from a clever bloke :

"I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.