Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Calculating avarge time ?? Pin
Abhishek Sur3-Oct-09 6:48
professionalAbhishek Sur3-Oct-09 6:48 
AnswerRe: Calculating avarge time ?? Pin
Dave Kreskowiak3-Oct-09 9:56
mveDave Kreskowiak3-Oct-09 9:56 
GeneralRe: Calculating avarge time ?? Pin
Bob Beaubien3-Oct-09 15:39
Bob Beaubien3-Oct-09 15:39 
GeneralRe: Calculating avarge time ?? Pin
Dave Kreskowiak4-Oct-09 2:20
mveDave Kreskowiak4-Oct-09 2:20 
QuestionButton more then one click Pin
Bob Beaubien2-Oct-09 18:45
Bob Beaubien2-Oct-09 18:45 
AnswerRe: Button more then one click Pin
dan!sh 2-Oct-09 19:26
professional dan!sh 2-Oct-09 19:26 
AnswerRe: Button more then one click Pin
Abhishek Sur3-Oct-09 6:58
professionalAbhishek Sur3-Oct-09 6:58 
QuestionDate Value into the Database!!! Pin
jeshra2792-Oct-09 9:06
jeshra2792-Oct-09 9:06 
Hi everyone,
I am inserting date into y sql database from DateTimePicker Control. The code is as follows:

Dim joindatetime As String, joindate As String

joindatetime = DateTimePicker.Value.ToString
joindate = Format(joindatetime, "Short Date")

for example, the output "joindate" is "12/02/2009".
Now, when I am inserting this "joindate" value into my database, I found that in database column, the entry is not Date i.e. "12/02/2009" but it is both date and time i.e. "12/02/2009 12:40 PM".

What I want is to enter the "12/02/2009" only into the database without the time value.

Hope my query is clear,Can someone help me out on this?

Thanks
AnswerRe: Date Value into the Database!!! Pin
drinkmasters2-Oct-09 9:18
drinkmasters2-Oct-09 9:18 
AnswerRe: Date Value into the Database!!! Pin
Luc Pattyn2-Oct-09 9:34
sitebuilderLuc Pattyn2-Oct-09 9:34 
AnswerRe: Date Value into the Database!!! Pin
Henry Minute2-Oct-09 10:15
Henry Minute2-Oct-09 10:15 
AnswerRe: Date Value into the Database!!! Pin
Christian Graus2-Oct-09 11:18
protectorChristian Graus2-Oct-09 11:18 
AnswerRe: Date Value into the Database!!! Pin
Md. Marufuzzaman4-Oct-09 4:13
professionalMd. Marufuzzaman4-Oct-09 4:13 
QuestionReading a file on a network drive Pin
rbc10252-Oct-09 4:05
rbc10252-Oct-09 4:05 
AnswerRe: Reading a file on a network drive Pin
Ian Shlasko2-Oct-09 4:17
Ian Shlasko2-Oct-09 4:17 
GeneralRe: Reading a file on a network drive Pin
rbc10252-Oct-09 16:13
rbc10252-Oct-09 16:13 
GeneralRe: Reading a file on a network drive Pin
Md. Marufuzzaman4-Oct-09 4:17
professionalMd. Marufuzzaman4-Oct-09 4:17 
AnswerRe: Reading a file on a network drive Pin
Dave Kreskowiak2-Oct-09 4:25
mveDave Kreskowiak2-Oct-09 4:25 
GeneralRe: Reading a file on a network drive Pin
rbc10252-Oct-09 16:10
rbc10252-Oct-09 16:10 
QuestionHow can I list a directory into a listBox and view its content OnClick inside the listBox? Pin
waner michaud2-Oct-09 3:35
waner michaud2-Oct-09 3:35 
AnswerRe: How can I list a directory into a listBox and view its content OnClick inside the listBox? Pin
Dave Kreskowiak2-Oct-09 4:22
mveDave Kreskowiak2-Oct-09 4:22 
GeneralRe: How can I list a directory into a listBox and view its content OnClick inside the listBox? Pin
waner michaud2-Oct-09 8:25
waner michaud2-Oct-09 8:25 
GeneralRe: How can I list a directory into a listBox and view its content OnClick inside the listBox? Pin
Luc Pattyn2-Oct-09 8:30
sitebuilderLuc Pattyn2-Oct-09 8:30 
GeneralRe: How can I list a directory into a listBox and view its content OnClick inside the listBox? Pin
waner michaud2-Oct-09 8:38
waner michaud2-Oct-09 8:38 
GeneralRe: How can I list a directory into a listBox and view its content OnClick inside the listBox? Pin
Dave Kreskowiak2-Oct-09 8:43
mveDave Kreskowiak2-Oct-09 8:43 

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.