Viewing 15 posts - 16 through 30 (of 30 total)
Hi Tool Man and David.....
Thanks for your replies....But I guess you have not seen in my previous post what I have done so far.....Here it is......
This is what I have...
September 3, 2008 at 9:01 pm
Hi Guys,
I am still for any of your suugestions in solving this issue....This is waht I have tried so far :
I have created a dataset for office named dsoffice and...
September 1, 2008 at 5:15 pm
Try this one:
FormatDateTime(Now,3)
August 25, 2008 at 1:01 am
Hi Niraj,
Thanks for ur reply.
Actually my problem is that I am having a rectangle (4 sided) image...now i want to put in my report...but i want to display only the...
April 22, 2008 at 7:04 am
Thanx Madhavinan...i got it....
but thr is a small probs still...
when i run tht query...i am getting data for only oct,nov and dec months...for the rest of the months...the rows r...
December 28, 2007 at 9:49 am
Thanx Madhvinan...for ur response
when i run the query which u have sended with my actual data...its working i.e i am getting the output correctly...but i am getting the following message...
December 28, 2007 at 6:46 am
hey jeff....actually i was trying for this one sterday whole day...and i came to know tht this can be done using cursors or function......so i created the below code using...
December 20, 2007 at 9:53 am
Hey guyz...
can anyone help me with the probs i have mentioned in the post...
thnx...
December 19, 2007 at 10:02 am
ok guyz..thanx for ur responses...i am trying to provide u more precise information...here it is---i am adding a new field ID and i got this extra information as well--
When the...
December 18, 2007 at 7:49 pm
Hi Jeff...
thanx for ur help....here is the proper way....
CREATE TABLE customers (
Number [smallint] NULL ,
starting_point [varchar] (5) NULL ,
ending_point [varchar] (5) NULL
...
December 18, 2007 at 10:55 am
yes bryan..
for example if i am having something likt this :
datecolumn
26NOV
09DEC
18NOV
22DEC
then i shud get output like this:
26/11/
09/12/
18/11/
22/12/
the query which u have sended me....when i run it i am getting in...
December 18, 2007 at 8:26 am
Hi Bryan,
thr is a small probs i am facing when running the query which u have sended...
there r some null values in the datecolumn...and they r coming in the result...
December 18, 2007 at 6:49 am
yep i got it....
thnx for ur response bryan.........
December 17, 2007 at 7:38 pm
thnx for ur reply...
i tried to run the query in the way u have suggested
select
substring(datecolumn,1,2)+ '/' +
replace(datecolumn,substring (datecolumn,3,3),month(datecolumn+'2007')) +'/' from temp_table
but i am getting the result in...
December 17, 2007 at 3:07 pm
Viewing 15 posts - 16 through 30 (of 30 total)