Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Typed DataSet and converting types

Reply
Thread Tools

Typed DataSet and converting types

 
 
Alex Maskaev
Guest
Posts: n/a
 
      05-26-2004
Hi there!

I've met strange behavior in VS 2003:
I created Web service with web method which returns typed DataSet with some
fields of "date" data type.
But when I've added web reference to this web service in other project, I've
seen that fields in this dataset (which was created in folder Web Reference)
now have type "datetime"!

Does anybody know how can I avoid this behavior?


 
Reply With Quote
 
 
 
 
Jan Tielens
Guest
Posts: n/a
 
      05-26-2004
They both map to the same type internally. So it's not an issue I think.

--
Greetz
Jan
________________
Read my weblog: http://weblogs.asp.net/jan


"Alex Maskaev" <alex/at/impet.com> schreef in bericht
news:...
> Hi there!
>
> I've met strange behavior in VS 2003:
> I created Web service with web method which returns typed DataSet with

some
> fields of "date" data type.
> But when I've added web reference to this web service in other project,

I've
> seen that fields in this dataset (which was created in folder Web

Reference)
> now have type "datetime"!
>
> Does anybody know how can I avoid this behavior?
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference Between Typed Dataset and Untyped Dataset thomson ASP .Net 2 01-19-2005 08:16 AM
Converting a generic Dataset to a typed dataset William Gower ASP .Net 2 07-26-2004 10:14 PM
copying a datatable content from an untyped dataset into a table which is inside a typed dataset Nedu N ASP .Net 2 10-31-2003 01:05 PM
Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset Nedu N ASP .Net 2 10-31-2003 02:42 AM
Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset Nedu N ASP .Net 1 10-31-2003 02:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57