Click here to Skip to main content
15,881,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: insertion of binary data 2 database Pin
Colin Angus Mackay18-Feb-07 23:17
Colin Angus Mackay18-Feb-07 23:17 
QuestionError while opening a form Pin
Maira K18-Feb-07 21:56
Maira K18-Feb-07 21:56 
AnswerRe: Error while opening a form Pin
GoodID19-Feb-07 21:23
GoodID19-Feb-07 21:23 
GeneralRe: Error while opening a form Pin
Maira K20-Feb-07 19:38
Maira K20-Feb-07 19:38 
QuestionError while opening a form Pin
Maira K18-Feb-07 21:54
Maira K18-Feb-07 21:54 
AnswerRe: Error while opening a form Pin
A*****18-Feb-07 22:23
A*****18-Feb-07 22:23 
GeneralRe: Error while opening a form Pin
Maira K18-Feb-07 22:34
Maira K18-Feb-07 22:34 
AnswerRe: storin 2 the database Pin
Colin Angus Mackay18-Feb-07 22:22
Colin Angus Mackay18-Feb-07 22:22 
wrote:
how to insert binary data into database by using vb.net?


theCommand.CommandText = "INSERT INTO MyTable(binaryColumn) VALUES (@binaryData)"
theCommand.Parameters.Add("@binaryData", byteArray)
theCommand.ExecuteNonQuery()



GeneralRe: storin 2 the database [modified] Pin
lopashree19-Feb-07 1:11
lopashree19-Feb-07 1:11 
QuestionSpeech to text conversion Pin
nsurendran18-Feb-07 21:40
nsurendran18-Feb-07 21:40 
AnswerRe: Speech to text conversion Pin
Christian Graus18-Feb-07 22:00
protectorChristian Graus18-Feb-07 22:00 
QuestionVB.NET > AXwebbrowser > wait till document loads Pin
marshall1234518-Feb-07 20:24
marshall1234518-Feb-07 20:24 
AnswerRe: VB.NET > AXwebbrowser > wait till document loads Pin
Christian Graus18-Feb-07 20:48
protectorChristian Graus18-Feb-07 20:48 
QuestionMultimedia and Graphics Pin
Segigo18-Feb-07 20:21
Segigo18-Feb-07 20:21 
AnswerRe: Multimedia and Graphics Pin
Christian Graus18-Feb-07 20:47
protectorChristian Graus18-Feb-07 20:47 
Questionhow to add a component to gac Pin
anujose18-Feb-07 20:05
anujose18-Feb-07 20:05 
AnswerRe: how to add a component to gac Pin
Christian Graus18-Feb-07 20:17
protectorChristian Graus18-Feb-07 20:17 
GeneralRe: how to add a component to gac Pin
anujose18-Feb-07 20:54
anujose18-Feb-07 20:54 
GeneralRe: how to add a component to gac Pin
Christian Graus18-Feb-07 21:07
protectorChristian Graus18-Feb-07 21:07 
QuestionHow to make drawing shapes in form as jpg image? Pin
.NetRams18-Feb-07 18:42
.NetRams18-Feb-07 18:42 
AnswerRe: How to make drawing shapes in form as jpg image? Pin
Christian Graus18-Feb-07 20:16
protectorChristian Graus18-Feb-07 20:16 
Questionvb.net Pin
lopashree18-Feb-07 18:38
lopashree18-Feb-07 18:38 
AnswerRe: vb.net Pin
Christian Graus18-Feb-07 20:15
protectorChristian Graus18-Feb-07 20:15 
QuestionAccess C++ DLL from Visual BAsic .Net Pin
Lee Bottone18-Feb-07 13:45
Lee Bottone18-Feb-07 13:45 
AnswerRe: Access C++ DLL from Visual BAsic .Net Pin
Christian Graus18-Feb-07 14:09
protectorChristian Graus18-Feb-07 14:09 

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.