Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataSet no longer supported to be returned
Message
De
06/12/2005 18:04:38
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Migration
Titre:
DataSet no longer supported to be returned
Divers
Thread ID:
01075533
Message ID:
01075533
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform