Problem with dataset and datetime

A

Alessandro

Hi !
I have a function on a web service that return a dataset with a datetime
attribute.

Name Birth
Paul 15/09/2003

when i debug web service and call this function i have this :

<NewDataSet xmlns="">
- <Table diffgr:id="Table1" msdata:rowOrder="0">
<Name>Paul</Name>
<Birth>2003-09-10T00:00:00.0000000+02:00</Birth>
</Table>



But if i call this function from a pocketPC application:

dim oDataset as dataset
oDataset = oService.getPeople( )

in oDataset rows.... the attribute Birth has this value: 09/09/2003 15:00
............................


any idea how to solve this problem ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top