Viewing 15 posts - 76 through 90 (of 179 total)
That works Ray.thanks for that
but guess what if i change query to
declare @x datetime
set @x= '29/june/2004'
select taskid,taskname,entrydt from task where task.entrydt = @x
it does not return any results.
July 13, 2005 at 7:39 pm
Yes Ray, entrydt is datetime field.
i have 2 records with following dates
2004-06-29 16:32:08.000
2004-06-29 12:37:18.000
when i run following query
declare @x datetime
set @x= '29/06/2004'
select taskid,taskname,entrydt from task where task.entrydt >= @x...
July 13, 2005 at 7:19 pm
Hi Ray
thanks for quick response.The reason i have ticks ' is am creating a dynamic sql from front end apps.
anyway i tried ur suggestion and unfortunatly did not work.
some of...
July 13, 2005 at 5:30 pm
November 28, 2004 at 8:20 pm
November 28, 2004 at 8:06 pm
hi sqluser
Thank you very much for the links.
I get the idea
July 12, 2004 at 2:49 pm
Hi sqluser
could u tell me which tool to use in visual studio to edit sql plz?
under my visual studion 6.0 menu there r many tools vb,foxpro and interdev etc.,
i am...
July 11, 2004 at 3:01 pm
June 30, 2004 at 7:26 pm
Thanks Mark.
I think i'm getting the idea
June 29, 2004 at 2:44 pm
Phile what can i say that worked beautifully
Thank u very much
June 17, 2004 at 3:04 pm
Thank u very much dbgeezer.I appreciate that
June 16, 2004 at 2:51 pm
June 15, 2004 at 2:52 pm
"Allocate 2 days spend two days and the % figure would be 100"
"Allocate 2 days, spend 1...
June 14, 2004 at 5:58 pm
June 14, 2004 at 5:48 pm
Thats wonderful Greg
finally i got it working.
Thank u very much
June 10, 2004 at 2:47 pm
Viewing 15 posts - 76 through 90 (of 179 total)