Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet no longer supported to be returned
Message
From
06/12/2005 18:04:38
 
 
To
All
General information
Forum:
ASP.NET
Category:
Migration
Title:
DataSet no longer supported to be returned
Miscellaneous
Thread ID:
01075533
Message ID:
01075533
Views:
55
In VS 2005, I can no longer return a DataSet. Here is the code I have in a method of a specific Web Service. I am trying to know what I should do to obtain the same.
   <WebMethod()> _
   Public Function GetNewsDataSet(ByVal tdStartDate As Date, ByVal tdEndDate As Date, ByVal tnForum As Integer) As DataSet
      Return GetDataSet("UniversalThread,12," + Framework.DateFunction.GetDate(tdStartDate) + "," + _
       Framework.DateFunction.GetDate(tdEndDate) + "," + tnForum.ToString)
   End Function
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform