Click here to Skip to main content
15,888,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Value \ or / Value = Boolean Pin
Dave Kreskowiak2-Mar-07 17:17
mveDave Kreskowiak2-Mar-07 17:17 
QuestionDaylight saving not working in vb .net application Pin
JewelOfTheNile2-Mar-07 13:22
JewelOfTheNile2-Mar-07 13:22 
AnswerRe: Daylight saving not working in vb .net application Pin
Dave Kreskowiak2-Mar-07 14:42
mveDave Kreskowiak2-Mar-07 14:42 
GeneralRe: Daylight saving not working in vb .net application Pin
arcticbrew2-Mar-07 19:35
arcticbrew2-Mar-07 19:35 
GeneralRe: Daylight saving not working in vb .net application Pin
Dave Kreskowiak3-Mar-07 6:04
mveDave Kreskowiak3-Mar-07 6:04 
GeneralRe: Daylight saving not working in vb .net application Pin
JewelOfTheNile5-Mar-07 6:30
JewelOfTheNile5-Mar-07 6:30 
QuestionInsert statement Pin
jds12072-Mar-07 5:21
jds12072-Mar-07 5:21 
AnswerRe: Insert statement Pin
Colin Angus Mackay2-Mar-07 5:25
Colin Angus Mackay2-Mar-07 5:25 
Have you also thought about parameterised queries? The code as you've shown it contains security risks because you inject data into the SQL.

Depending on the back end database:

* you can create three INSERT statements in the one string.

* Or you may be able to artificially generate a result set containing 3 rows and insert that.

But, since you don't say what the database is, it is difficult to say.


GeneralRe: Insert statement Pin
Dave Kreskowiak2-Mar-07 5:31
mveDave Kreskowiak2-Mar-07 5:31 
GeneralRe: Insert statement Pin
jds12072-Mar-07 6:00
jds12072-Mar-07 6:00 
GeneralRe: Insert statement Pin
Dave Kreskowiak2-Mar-07 6:10
mveDave Kreskowiak2-Mar-07 6:10 
AnswerRe: Insert statement Pin
JUNEYT2-Mar-07 5:30
JUNEYT2-Mar-07 5:30 
GeneralRe: Insert statement Pin
Colin Angus Mackay2-Mar-07 5:39
Colin Angus Mackay2-Mar-07 5:39 
GeneralRe: Insert statement Pin
JUNEYT2-Mar-07 5:44
JUNEYT2-Mar-07 5:44 
AnswerRe: Insert statement Pin
Guffa2-Mar-07 5:56
Guffa2-Mar-07 5:56 
GeneralRe: Insert statement Pin
jds12072-Mar-07 8:57
jds12072-Mar-07 8:57 
AnswerRe: Insert statement Pin
Guffa2-Mar-07 9:20
Guffa2-Mar-07 9:20 
GeneralRe: Insert statement Pin
jds12072-Mar-07 10:18
jds12072-Mar-07 10:18 
GeneralRe: Insert statement Pin
Colin Angus Mackay2-Mar-07 15:39
Colin Angus Mackay2-Mar-07 15:39 
QuestionDLL Registration Pin
xrunner2-Mar-07 3:29
xrunner2-Mar-07 3:29 
AnswerRe: DLL Registration Pin
Dave Kreskowiak2-Mar-07 5:30
mveDave Kreskowiak2-Mar-07 5:30 
GeneralRe: DLL Registration Pin
xrunner2-Mar-07 6:39
xrunner2-Mar-07 6:39 
GeneralRe: DLL Registration Pin
Dave Kreskowiak2-Mar-07 7:32
mveDave Kreskowiak2-Mar-07 7:32 
GeneralRe: DLL Registration Pin
Dave Kreskowiak2-Mar-07 8:00
mveDave Kreskowiak2-Mar-07 8:00 
GeneralRe: DLL Registration Pin
xrunner14-Mar-07 11:19
xrunner14-Mar-07 11:19 

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.