Click here to Skip to main content
15,898,849 members
Home / Discussions / C#
   

C#

 
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

GeneralOpening a document with its associated program Pin
meemo1001418-Mar-03 18:56
meemo1001418-Mar-03 18:56 
GeneralRe: Opening a document with its associated program Pin
meemo1001421-Mar-03 18:06
meemo1001421-Mar-03 18:06 
Questionhow to save animation in C# Pin
henrykao18-Mar-03 15:42
henrykao18-Mar-03 15:42 
GeneralEverything you need for email in c# here.. Pin
Member 9618-Mar-03 13:26
Member 9618-Mar-03 13:26 
GeneralRe: Everything you need for email in c# here.. Pin
jhollon13-Aug-03 5:18
jhollon13-Aug-03 5:18 
GeneralRe: Everything you need for email in c# here.. Pin
Member 9613-Aug-03 6:58
Member 9613-Aug-03 6:58 
QuestionMySQL class? Pin
zamazula18-Mar-03 13:02
zamazula18-Mar-03 13:02 
AnswerRe: MySQL class? Pin
Nathan Blomquist18-Mar-03 13:58
Nathan Blomquist18-Mar-03 13:58 
GeneralRe: MySQL class? Pin
insomnious19-Mar-03 0:41
insomnious19-Mar-03 0:41 
GeneralDB and GUI coupling Pin
bpgc18-Mar-03 12:18
bpgc18-Mar-03 12:18 
GeneralSystem ShutDown... Pin
Gogou18-Mar-03 10:54
Gogou18-Mar-03 10:54 
GeneralRe: System ShutDown... Pin
Chris Jobson19-Mar-03 10:03
Chris Jobson19-Mar-03 10:03 
GeneralDBConcurrencyException: Delete a entry in master -detail table Pin
DionChen18-Mar-03 10:17
DionChen18-Mar-03 10:17 
QuestionHow to use GetNativeVariantForObject Pin
Preben Rasmussen18-Mar-03 9:49
Preben Rasmussen18-Mar-03 9:49 
QuestionHow to retrieve a value from hidden fields in a dataGrid? Pin
zoltix18-Mar-03 7:49
zoltix18-Mar-03 7:49 
AnswerRe: How to retrieve a value from hidden fields in a dataGrid? Pin
zoltix18-Mar-03 7:51
zoltix18-Mar-03 7:51 
Questioncustom editors in property grid?? Pin
LongRange.Shooter18-Mar-03 7:00
LongRange.Shooter18-Mar-03 7:00 

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.