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

Visual Basic

 
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 
AnswerRe: sql statement Pin
Guffa3-Dec-06 7:14
Guffa3-Dec-06 7:14 
The comma is missing after the string 'to_char(UTime,'. As you have apostrophes inside the string, the string ends at the first apostrophe.

I imagine that you don't want to put the literal string "to_char(UTime,'dd-mon-yyyy')" in the user_expired_time field, but rather that the function to_char should be used to create a date value for the field. Then you should not put the function call inside a string, but concatenate the return value of the function with the other strings.

---
b { font-weight: normal; }

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 
GeneralRe: Image Element Qn Pin
honkie_thong2-Dec-06 17:35
honkie_thong2-Dec-06 17:35 

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.