Click here to Skip to main content
15,892,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Can't find ComponentModel.Design.MultilineStringEditor Pin
visualhint4-Dec-06 2:18
visualhint4-Dec-06 2:18 
GeneralRe: Can't find ComponentModel.Design.MultilineStringEditor Pin
Malhavoc4-Dec-06 2:30
Malhavoc4-Dec-06 2:30 
Questionsql statement Pin
obarahmeh2-Dec-06 23:45
obarahmeh2-Dec-06 23:45 
AnswerRe: sql statement Pin
Tamimi - Code2-Dec-06 23:57
Tamimi - Code2-Dec-06 23:57 
GeneralRe: sql statement Pin
obarahmeh3-Dec-06 0:05
obarahmeh3-Dec-06 0:05 
AnswerRe: sql statement Pin
Christian Graus2-Dec-06 23:59
protectorChristian Graus2-Dec-06 23:59 
AnswerRe: sql statement Pin
Christian Graus3-Dec-06 0:38
protectorChristian Graus3-Dec-06 0:38 
GeneralRe: sql statement Pin
obarahmeh3-Dec-06 0:59
obarahmeh3-Dec-06 0:59 
you know if we write our insert statement by putting a static Date like:
q = "insert into user_proj_trans(user_index,proj_code,proj_trns,user_expired_time) " & _
" values(" & UIndex & "," & PC & "," & PT & "," & "'30-dec-2007'" & ")"
the last statement will be correct and I tried it.
but I need to read the date from the screen using the variable UTime which is the value reurned by selecting from a DateTimePicker object....So I need to convert the UTime value into the correct format that is like:
"'30-dec-2007'"
and I tried that using to_char function but it did not work D'Oh! | :doh:
AnswerRe: sql statement Pin
Guffa3-Dec-06 7:14
Guffa3-Dec-06 7:14 
AnswerRe: sql statement Pin

MmM.net</

3-Dec-06 21:55

MmM.net</

3-Dec-06 21:55 
AnswerRe: sql statement Pin
ChandraRam3-Dec-06 22:13
ChandraRam3-Dec-06 22:13 
GeneralRe: sql statement Pin
obarahmeh4-Dec-06 2:47
obarahmeh4-Dec-06 2:47 
QuestionPrevent DataGridView selecting a row - is it possible? Pin
nzmike2-Dec-06 21:04
nzmike2-Dec-06 21:04 
AnswerRe: Prevent DataGridView selecting a row - is it possible? Pin
Leah_Garrett3-Dec-06 13:53
Leah_Garrett3-Dec-06 13:53 
GeneralRe: Prevent DataGridView selecting a row - is it possible? Pin
nzmike3-Dec-06 21:44
nzmike3-Dec-06 21:44 
GeneralRe: Prevent DataGridView selecting a row - is it possible? Pin
DA_Loring30-Mar-07 5:07
DA_Loring30-Mar-07 5:07 
QuestionDatabase Issues Pin
The ANZAC2-Dec-06 18:56
The ANZAC2-Dec-06 18:56 
QuestionRe: Database Issues Pin
Are Jay3-Dec-06 8:05
Are Jay3-Dec-06 8:05 
AnswerRe: Database Issues Pin
The ANZAC3-Dec-06 8:31
The ANZAC3-Dec-06 8:31 
GeneralRe: Database Issues Pin
Are Jay3-Dec-06 17:33
Are Jay3-Dec-06 17:33 
GeneralRe: Database Issues Pin
The ANZAC3-Dec-06 17:51
The ANZAC3-Dec-06 17:51 
GeneralRe: Database Issues Pin
Are Jay4-Dec-06 4:58
Are Jay4-Dec-06 4:58 
GeneralRe: Database Issues Pin
The ANZAC4-Dec-06 9:57
The ANZAC4-Dec-06 9:57 
QuestionImage Element Qn Pin
honkie_thong2-Dec-06 17:12
honkie_thong2-Dec-06 17:12 
AnswerRe: Image Element Qn Pin
Dave Kreskowiak2-Dec-06 17:26
mveDave Kreskowiak2-Dec-06 17:26 

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.