Viewing 8 posts - 1 through 8 (of 8 total)
Sorry my mistake.
There isn't anyone I can ask really.
June 24, 2009 at 2:03 am
Thanks Alot for the help,works like a dream.
Apologies for the misunderstanding,
Thank you :hehe:
February 17, 2009 at 4:04 am
Thanks for the reply,
Problem is that I have hundreds of rows of data and I cant type every row in.Also the rows aren't only 1.1, there is also 1.2, 1.2.1,...
February 17, 2009 at 3:37 am
Problem has been sorted out.
The problem is an Xml problem. When converting to XMldata document, the date gets adjusted. I used the following code to sort out the problem.
After declaring...
February 4, 2009 at 11:46 pm
Almost works.
When I convert using VarChar:
select CONVERT (varchar(11) ,WbsStartDate,126) from wbsdata
the result is May 25 2006 which is almost ok.
I need the format to be 2006 May 25. I...
February 3, 2009 at 5:27 am
I am reading the data in a dataset and then converting to XML or
February 3, 2009 at 3:37 am
I have tried that, but my XML result is still:
2006-05-25T00:00:00+02:00.
February 3, 2009 at 3:07 am
I have tried that, but my XML result is still:
2006-05-25T00:00:00+02:00.
February 3, 2009 at 3:05 am
Viewing 8 posts - 1 through 8 (of 8 total)