Click here to Skip to main content
16,006,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComboBox::CompareItem Pin
Tomasz Sowinski5-Jun-01 0:40
Tomasz Sowinski5-Jun-01 0:40 
GeneralRe: CComboBox::CompareItem Pin
C Weykopf5-Jun-01 3:29
C Weykopf5-Jun-01 3:29 
GeneralRe: CComboBox::CompareItem Pin
Tomasz Sowinski5-Jun-01 4:04
Tomasz Sowinski5-Jun-01 4:04 
GeneralWriting data from property page to database ! Pin
TJ4-Jun-01 9:02
TJ4-Jun-01 9:02 
GeneralProxy Pin
Muslim4-Jun-01 8:38
Muslim4-Jun-01 8:38 
GeneralSomewhat OT - Windows Installer Pin
4-Jun-01 8:08
suss4-Jun-01 8:08 
GeneralWriting Date into Database !!! Pin
Hadi Rezaee4-Jun-01 8:01
Hadi Rezaee4-Jun-01 8:01 
GeneralRe: Writing Date into Database !!! Pin
Chrysoval4-Jun-01 8:17
Chrysoval4-Jun-01 8:17 
Access has a Date/Time format format, one of the column types in the table
design view. One sort of quirky thing is Inserting using the date constant.

Access date constants take the form #mm/dd/yy hh:mm:ss PM#
24 hour time also works. You can probably use other formats but these
I've tried.
INSERT INTO [MYTABLE] ([MYDATE]) VALUES (#06/14/2001 2:18:21 PM#);
Hope this helps
--Chrys

GeneralRe: Writing Date into Database !!! Pin
Hadi Rezaee4-Jun-01 8:26
Hadi Rezaee4-Jun-01 8:26 
General80 column line in IDE Pin
Jason Hihn4-Jun-01 7:47
Jason Hihn4-Jun-01 7:47 
GeneralRe: 80 column line in IDE Pin
Ben Burnett4-Jun-01 17:26
Ben Burnett4-Jun-01 17:26 
GeneralLoading bitmaps using LoadResouce() Pin
4-Jun-01 6:58
suss4-Jun-01 6:58 
GeneralRe: Loading bitmaps using LoadResouce() Pin
Tomasz Sowinski4-Jun-01 7:08
Tomasz Sowinski4-Jun-01 7:08 
GeneralWM_UNICHAR Pin
4-Jun-01 5:33
suss4-Jun-01 5:33 
GeneralSerialazing... Pin
Rickard Andersson204-Jun-01 5:25
Rickard Andersson204-Jun-01 5:25 
GeneralRe: Serialazing... Pin
Tomasz Sowinski4-Jun-01 6:29
Tomasz Sowinski4-Jun-01 6:29 
GeneralDifficulties with dynamically created dialogs Pin
eric kaminski4-Jun-01 4:59
eric kaminski4-Jun-01 4:59 
GeneralRe: Difficulties with dynamically created dialogs Pin
Tomasz Sowinski4-Jun-01 6:24
Tomasz Sowinski4-Jun-01 6:24 
GeneralRe: Difficulties with dynamically created dialogs Pin
eric kaminski4-Jun-01 8:25
eric kaminski4-Jun-01 8:25 
Generalhandler Pin
4-Jun-01 4:58
suss4-Jun-01 4:58 
GeneralRe: handler Pin
Mukkie4-Jun-01 9:49
Mukkie4-Jun-01 9:49 
GeneralRe: handler Pin
6-Jun-01 8:30
suss6-Jun-01 8:30 
GeneralLineDDA (error) Pin
mr20034-Jun-01 4:48
mr20034-Jun-01 4:48 
GeneralRe: LineDDA (error) Pin
Tomasz Sowinski4-Jun-01 6:16
Tomasz Sowinski4-Jun-01 6:16 
GeneralRe: LineDDA (error) Pin
4-Jun-01 10:59
suss4-Jun-01 10:59 

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.