Click here to Skip to main content
15,896,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Using app.config Pin
Colin Angus Mackay14-Apr-04 23:20
Colin Angus Mackay14-Apr-04 23:20 
GeneralRe: Using app.config Pin
Codemonkey8515-Apr-04 5:38
Codemonkey8515-Apr-04 5:38 
GeneralRe: Using app.config Pin
Steven Campbell15-Apr-04 8:35
Steven Campbell15-Apr-04 8:35 
GeneralRe: Using app.config Pin
T Manjaly15-Apr-04 12:06
T Manjaly15-Apr-04 12:06 
GeneralRe: Using app.config Pin
Anonymous15-Apr-04 20:30
Anonymous15-Apr-04 20:30 
GeneralRe: Using app.config Pin
Nadroj16-Apr-04 9:37
Nadroj16-Apr-04 9:37 
QuestionSaving Date from picker?? Pin
hounetdev14-Apr-04 8:30
hounetdev14-Apr-04 8:30 
AnswerRe: Saving Date from picker?? Pin
Dave Kreskowiak14-Apr-04 8:55
mveDave Kreskowiak14-Apr-04 8:55 
mariscal wrote:
datedap.InsertCommand.CommandText = "Insert into datetbl (startdate,enddate) values (" & startdate & "," & enddate & ")"

Stringing together an SQL statement like this is a bad idea. Instead, use a stored procedure that can validate what your putting into the table. This will also give you the ability to use SQLParameter objects that can properly convert the date to an SQL compatible DBDate and back again.


RageInTheMachine9532
GeneralClass Pin
trg503014-Apr-04 8:28
trg503014-Apr-04 8:28 
GeneralRe: Class Pin
Dave Kreskowiak14-Apr-04 8:52
mveDave Kreskowiak14-Apr-04 8:52 
GeneralRe: Class Pin
trg503014-Apr-04 12:55
trg503014-Apr-04 12:55 
GeneralRe: Class Pin
Dave Kreskowiak14-Apr-04 13:21
mveDave Kreskowiak14-Apr-04 13:21 
GeneralRe: Class Pin
trg503014-Apr-04 13:51
trg503014-Apr-04 13:51 
GeneralRe: Class Pin
Dave Kreskowiak14-Apr-04 13:57
mveDave Kreskowiak14-Apr-04 13:57 
GeneralRe: Class Pin
trg503014-Apr-04 19:23
trg503014-Apr-04 19:23 
GeneralGetting BIOS Serial Pin
Troyax14-Apr-04 7:07
Troyax14-Apr-04 7:07 
GeneralRe: Getting BIOS Serial Pin
Dave Kreskowiak14-Apr-04 8:50
mveDave Kreskowiak14-Apr-04 8:50 
GeneralWebservices: can't see methods Pin
Medieval Knight14-Apr-04 5:00
sussMedieval Knight14-Apr-04 5:00 
GeneralBinary Files Comparison Pin
mayVB613-Apr-04 22:22
mayVB613-Apr-04 22:22 
GeneralRe: Binary Files Comparison Pin
Dave Kreskowiak14-Apr-04 2:45
mveDave Kreskowiak14-Apr-04 2:45 
GeneralRe: Binary Files Comparison Pin
mayVB614-Apr-04 17:00
mayVB614-Apr-04 17:00 
GeneralAdd-in problem opening word file with write permission Pin
skoizumi2911013-Apr-04 15:03
sussskoizumi2911013-Apr-04 15:03 
GeneralRe: Add-in problem opening word file with write permission Pin
John Kuhn13-Apr-04 15:55
John Kuhn13-Apr-04 15:55 
GeneralRe: Add-in problem opening word file with write permission Pin
skoizumi2911014-Apr-04 15:39
sussskoizumi2911014-Apr-04 15:39 
GeneralRe: Add-in problem opening word file with write permission Pin
John Kuhn14-Apr-04 15:55
John Kuhn14-Apr-04 15:55 

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.