Results 1 to 2 of 2

Thread: web service

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    web service

    Hi all,
    I have created an xml web service which at the moment has one procedure which gets some data from database and returns the dataset to the vb.net form. But this is a very slow process. I do not see why this is the case? Do you know what I should be looking at to investigate this further? Thanks

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    IS it slow the FIRST time it loads?

    Yes, this will be the case, because it may need to recompliled when you are testing it.

    A refresh should only take a second or less.

    If it is still slow, its either your code, or your network, or your database procedures.

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