Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
AnswerRe: Smart Custom Control Pin
Martin#29-Mar-07 2:35
Martin#29-Mar-07 2:35 
GeneralRe: Smart Custom Control Pin
Monty229-Mar-07 19:17
Monty229-Mar-07 19:17 
AnswerCustom Designer Pin
Patrick Etc.29-Mar-07 7:10
Patrick Etc.29-Mar-07 7:10 
GeneralRe: Custom Designer Pin
Monty229-Mar-07 19:18
Monty229-Mar-07 19:18 
GeneralRe: Custom Designer Pin
Martin#29-Mar-07 19:24
Martin#29-Mar-07 19:24 
QuestionC# Pin
munipax29-Mar-07 2:01
munipax29-Mar-07 2:01 
AnswerRe: C# Pin
Sathesh Sakthivel29-Mar-07 2:15
Sathesh Sakthivel29-Mar-07 2:15 
AnswerRe: C# Pin
dbrenth29-Mar-07 10:54
dbrenth29-Mar-07 10:54 
This may not be a C# question but you can use SQL in C# so...
If you were to add a BLOB column to an existing table in SQL you would use:

ALTER TABLE {0} ADD COLUMN Image oleobject


After that, to add an image to that table you have to use a DataAdapter and store the image as a byte[] object to the Image field.



Brent

QuestionProperty grid Pin
sinosoidal29-Mar-07 1:56
sinosoidal29-Mar-07 1:56 
AnswerRe: Property grid Pin
netJP12L29-Mar-07 3:50
netJP12L29-Mar-07 3:50 
GeneralRe: Property grid Pin
sinosoidal29-Mar-07 3:58
sinosoidal29-Mar-07 3:58 
GeneralRe: Property grid Pin
netJP12L29-Mar-07 6:24
netJP12L29-Mar-07 6:24 
GeneralRe: Property grid Pin
sinosoidal29-Mar-07 6:28
sinosoidal29-Mar-07 6:28 
AnswerRe: Property grid Pin
visualhint16-Apr-07 3:31
visualhint16-Apr-07 3:31 
QuestionRemoving unknown event handlers - through Reflection? Pin
KeironN29-Mar-07 1:56
KeironN29-Mar-07 1:56 
QuestionHow to extract a particualar sub string from string in C# Pin
Mushtaque Nizamani29-Mar-07 1:00
Mushtaque Nizamani29-Mar-07 1:00 
AnswerRe: How to extract a particualar sub string from string in C# Pin
Martin#29-Mar-07 1:06
Martin#29-Mar-07 1:06 
AnswerRe: How to extract a particualar sub string from string in C# [modified, the link was for the italian page] Pin
CPallini29-Mar-07 1:41
mveCPallini29-Mar-07 1:41 
QuestionDatabase Pin
munipax29-Mar-07 0:49
munipax29-Mar-07 0:49 
AnswerRe: Database Pin
Sathesh Sakthivel29-Mar-07 1:45
Sathesh Sakthivel29-Mar-07 1:45 
AnswerRe: Database Pin
Vasudevan Deepak Kumar29-Mar-07 5:56
Vasudevan Deepak Kumar29-Mar-07 5:56 
Questionc# to vb.net Pin
Member 387988129-Mar-07 0:46
Member 387988129-Mar-07 0:46 
AnswerRe: c# to vb.net Pin
Colin Angus Mackay29-Mar-07 0:50
Colin Angus Mackay29-Mar-07 0:50 
GeneralRe: c# to vb.net Pin
Member 387988129-Mar-07 0:55
Member 387988129-Mar-07 0:55 
GeneralRe: c# to vb.net Pin
Colin Angus Mackay29-Mar-07 1:04
Colin Angus Mackay29-Mar-07 1:04 

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.