Hi,
I have a very strange problem with recordcount return -1.
DB Server : SQL Server 2000
Language: ASP(VB)
'------ Code Start -------------
sql1="select * from [Mapping]"
rs1.open sql1,conn, 3,3,1
response.write rs1.recordcount
However if I change to a different table
'------ Code Start...