how to speedup ado.net in 98?

  • Thread starter Thread starter Jin-Yu
  • Start date Start date
J

Jin-Yu

Hi all,

I write a c/s program, client receive data by web server from server,
but is very slowly in 98 client, how to speedup?

thanks.

yujin
2003.10.24
 
It would help if you provided more details about the client and server
applications.

--
____________________________________
Bill Vaughn
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
example:
at server:
web server has a WebMethod: Function A() As DataSet
at client:
dim a as DataSet=A

it works quickly in 2k, but is very slowly in 98.

thank you
 
Jin-Yu said:
example:
at server:
web server has a WebMethod: Function A() As DataSet
at client:
dim a as DataSet=A

it works quickly in 2k, but is very slowly in 98.

thank you
 
Back
Top