Hi IT stuff,
I am accessing remote sql server2000 within LAN, local setting JDBC-ODBC, just query
select * from test
table like the following:
f_name, l_name, comment --- all data type is varchar
and only 3 record were inputed,
machine 1 is windows2000, P4 celeron, 128 RAM
machine 2 is windows98 PIII 500, 128 RAM
source code is java access,
the result is windows2000 will spend much more time to get response,
almost 3 times than windows98,
would any one give some comment on this issue,
Thanks in advance,
student
I am accessing remote sql server2000 within LAN, local setting JDBC-ODBC, just query
select * from test
table like the following:
f_name, l_name, comment --- all data type is varchar
and only 3 record were inputed,
machine 1 is windows2000, P4 celeron, 128 RAM
machine 2 is windows98 PIII 500, 128 RAM
source code is java access,
the result is windows2000 will spend much more time to get response,
almost 3 times than windows98,
would any one give some comment on this issue,
Thanks in advance,
student