Click here to Skip to main content
15,889,356 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhy world so cruel for sleep( ) ing..?? Pin
TssPrasad8-Aug-04 23:21
sussTssPrasad8-Aug-04 23:21 
AnswerRe: why world so cruel for sleep( ) ing..?? Pin
Antti Keskinen8-Aug-04 23:29
Antti Keskinen8-Aug-04 23:29 
GeneralRe: why world so cruel for sleep( ) ing..?? Pin
Anonymous9-Aug-04 5:55
Anonymous9-Aug-04 5:55 
Questionwhy world so cruel for sleep( ) ing..?? Pin
TssPrasad8-Aug-04 23:20
sussTssPrasad8-Aug-04 23:20 
Questionwhy world so cruel for sleep( ) ing..?? Pin
Shiva Prasad8-Aug-04 23:20
Shiva Prasad8-Aug-04 23:20 
GeneralDatabase Records Pin
Neelesh K J Jain8-Aug-04 23:10
Neelesh K J Jain8-Aug-04 23:10 
GeneralRe: Database Records Pin
Antti Keskinen8-Aug-04 23:24
Antti Keskinen8-Aug-04 23:24 
GeneralRe: Database Records Pin
David Crow9-Aug-04 2:52
David Crow9-Aug-04 2:52 
Neelesh K J Jain wrote:
query="Select * from Trans where Date = '08-06-2004'";

You are not taking the time into consideration, nor are you using the # symbol for date types. You'll need something like:

query = "SELECT * FROM Trans WHERE Date BETWEEN #08/06/2004 00:00:00# AND #08/06/2004 23:59:59#";



"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralDatabase Records Pin
Neelesh K J Jain8-Aug-04 23:05
Neelesh K J Jain8-Aug-04 23:05 
QuestionHow to call different dialog box on a property sheet clicking on OK buttton?. Pin
Rajesh_K_Sharma8-Aug-04 22:39
Rajesh_K_Sharma8-Aug-04 22:39 
AnswerRe: How to call different dialog box on a property sheet clicking on OK buttton?. Pin
David Crow9-Aug-04 3:00
David Crow9-Aug-04 3:00 
GeneralOpenScManager() Pin
Anonymous8-Aug-04 22:11
Anonymous8-Aug-04 22:11 
GeneralRe: OpenScManager() Pin
Mike Beckerleg9-Aug-04 0:34
Mike Beckerleg9-Aug-04 0:34 
GeneralRe: OpenScManager() Pin
Anonymous9-Aug-04 1:05
Anonymous9-Aug-04 1:05 
GeneralRe: OpenScManager() Pin
Mike Beckerleg9-Aug-04 1:08
Mike Beckerleg9-Aug-04 1:08 
GeneralEmbedded CDateTimeCtrl in CListCtrl Pin
mace8-Aug-04 21:53
mace8-Aug-04 21:53 
GeneralRe: Embedded CDateTimeCtrl in CListCtrl Pin
David Crow9-Aug-04 3:05
David Crow9-Aug-04 3:05 
GeneralRe: Embedded CDateTimeCtrl in CListCtrl Pin
mace9-Aug-04 3:38
mace9-Aug-04 3:38 
GeneralRe: Embedded CDateTimeCtrl in CListCtrl Pin
Anonymous9-Aug-04 5:58
Anonymous9-Aug-04 5:58 
GeneralRe: Embedded CDateTimeCtrl in CListCtrl Pin
mace9-Aug-04 6:27
mace9-Aug-04 6:27 
GeneralRe: Embedded CDateTimeCtrl in CListCtrl Pin
mace9-Aug-04 23:43
mace9-Aug-04 23:43 
QuestionJET Engine differences? Pin
Danoo8-Aug-04 21:44
Danoo8-Aug-04 21:44 
GeneralInstead of STL List Pin
.NetRams8-Aug-04 21:22
.NetRams8-Aug-04 21:22 
GeneralRe: Instead of STL List Pin
gokings9-Aug-04 1:15
gokings9-Aug-04 1:15 
GeneralRe: Instead of STL List Pin
.NetRams9-Aug-04 18:09
.NetRams9-Aug-04 18:09 

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.