CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Web Services

  1. #1
    Join Date
    Apr 2001
    Location
    Mississauga, CANADA
    Posts
    199

    Web Services

    Creating a web services to act as the middle tier to an MS-SQL2000 .NET app, much like MS has shown in their walkthroughs. Does anyone know if there are any limits to the number of datasets we can configure within one web service?
    Thanks
    Paul

  2. #2
    Join Date
    Dec 2003
    Location
    Exeter UK
    Posts
    5
    By this I presume you mean the number of strongly typed datasets you use as return types for the web service methods ?

    If so aksed a similar question myself. Haven't read anything which says there is a limit, but ....

    How many dataset types do you anticipate having i.e. < 10, > 10, > 50 ? Application I'm working on currently exposes 24 different strong dataset definitions and the proxy classes/definitions get generated and work fine.

  3. #3
    Join Date
    Apr 2001
    Location
    Mississauga, CANADA
    Posts
    199
    Yes, strong typed datasets. I anticipate around 35 to 40. I will keep adding and then testing. I am at 12 now and have not seen any problems.
    Paul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured