Click here to Skip to main content
16,008,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: webBrowser Control Pin
Dave Kreskowiak15-Apr-04 13:39
mveDave Kreskowiak15-Apr-04 13:39 
GeneralVB menu Pin
shinay14-Apr-04 23:14
shinay14-Apr-04 23:14 
Generalneed help for .NET setup Pin
payal sheth14-Apr-04 22:58
payal sheth14-Apr-04 22:58 
GeneralCallback in Remoting [VB.net] Pin
mehalthakor14-Apr-04 22:20
mehalthakor14-Apr-04 22:20 
GeneralRe: Callback in Remoting [VB.net] Pin
Guillermo Rivero15-Apr-04 9:39
Guillermo Rivero15-Apr-04 9:39 
GeneralDatagrid Pin
trg503014-Apr-04 19:24
trg503014-Apr-04 19:24 
GeneralRe: Datagrid Pin
rjnsi16-Apr-04 4:57
rjnsi16-Apr-04 4:57 
GeneralUsing app.config Pin
Codemonkey8514-Apr-04 13:23
Codemonkey8514-Apr-04 13:23 
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 

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.