|
-
Mar 29th, 2004, 06:15 PM
#1
Thread Starter
Fanatic Member
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
-
Mar 29th, 2004, 06:22 PM
#2
I wonder how many charact
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|