Click here to Skip to main content
15,884,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: It is not working Pin
Rajesh R Subramanian5-May-08 19:34
professionalRajesh R Subramanian5-May-08 19:34 
AnswerRe: related files of CDaoDatabase Pin
Ozer Karaagac5-May-08 22:17
professionalOzer Karaagac5-May-08 22:17 
QuestionInteresting results with consts and pointers... Pin
frozenkore5-May-08 17:44
frozenkore5-May-08 17:44 
AnswerRe: Interesting results with consts and pointers... Pin
Dan5-May-08 21:31
Dan5-May-08 21:31 
AnswerRe: Interesting results with consts and pointers... Pin
CPallini5-May-08 21:50
mveCPallini5-May-08 21:50 
AnswerRe: Interesting results with consts and pointers... Pin
markkuk6-May-08 0:22
markkuk6-May-08 0:22 
AnswerRe: Interesting results with consts and pointers... Pin
Mark Salsbery6-May-08 6:05
Mark Salsbery6-May-08 6:05 
QuestionSQL statement error: update record, why? Pin
includeh105-May-08 15:22
includeh105-May-08 15:22 
here is the SQL:
//========================
update [MY_TABLE]
set REMARK = 'hello',
SET_TIME = '05/06/2008 10:47:27'
where TAB_ID = 17605
and LOG_ID = 20061
and USER_ID = 'ME'
and SET_TIME = '5/6/08 10:37:28 AM'

error info is:
Data type mismatch in criteral expression (3464)

//============================
If I delete last line, the SQL is executed correctly:

update [MY_TABLE]
set REMARK = 'hello',
SET_TIME = '05/06/2008 10:47:27'
where TAB_ID = 17605
and LOG_ID = 20061
and USER_ID = 'ME'

//==============================
I open the table, all data:
where TAB_ID = 17605
and LOG_ID = 20061
and USER_ID = 'ME'
and SET_TIME = '5/6/08 10:37:28 AM'

are there.

could you find why?

thanks
AnswerRe: SQL statement error: update record, why? Pin
Rajesh R Subramanian5-May-08 19:37
professionalRajesh R Subramanian5-May-08 19:37 
AnswerRe: SQL statement error: update record, why? Pin
toxcct5-May-08 21:51
toxcct5-May-08 21:51 
Questioncustom CSatusBar and double-buffering Pin
blamond5-May-08 15:02
blamond5-May-08 15:02 
AnswerRe: custom CSatusBar and double-buffering Pin
Rajkumar R5-May-08 21:51
Rajkumar R5-May-08 21:51 
GeneralRe: custom CSatusBar and double-buffering Pin
blamond6-May-08 8:46
blamond6-May-08 8:46 
QuestionHow to implement font size change feature of Office 2007? Pin
Rong Yao5-May-08 11:36
Rong Yao5-May-08 11:36 
AnswerRe: How to implement font size change feature of Office 2007? Pin
thammadi6-May-08 1:02
thammadi6-May-08 1:02 
QuestionDetect Print Preview without a DC [modified] Pin
bob169725-May-08 10:00
bob169725-May-08 10:00 
AnswerRe: Detect Print Preview without a DC [modified] Pin
Ozer Karaagac5-May-08 10:48
professionalOzer Karaagac5-May-08 10:48 
GeneralRe: Detect Print Preview without a DC Pin
bob169725-May-08 10:59
bob169725-May-08 10:59 
GeneralRe: Detect Print Preview without a DC Pin
Ozer Karaagac5-May-08 11:12
professionalOzer Karaagac5-May-08 11:12 
GeneralRe: Detect Print Preview without a DC Pin
bob169725-May-08 11:26
bob169725-May-08 11:26 
Questionwebbrowser ExecWB printing crashes in release Pin
AmVal5-May-08 9:40
AmVal5-May-08 9:40 
AnswerRe: webbrowser ExecWB printing crashes in release Pin
shahshi7-Feb-10 23:09
shahshi7-Feb-10 23:09 
QuestionFormatting a partition Pin
RomTibi5-May-08 8:54
RomTibi5-May-08 8:54 
AnswerRe: Formatting a partition Pin
Joan M5-May-08 9:15
professionalJoan M5-May-08 9:15 
GeneralRe: Formatting a partition Pin
RomTibi6-May-08 7:04
RomTibi6-May-08 7:04 

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.