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...
Hi, due to the different local setting (Date setting) around the world I have to manually create a standard date format for our online database system.(ASP) We prefer to use YYYY/MM/DD. But the hosting server is MM/DD/YYYY.
It works fine if I just want to print out the date...
Hi, due to the different local setting (Date setting) around the world I have to manually create a standard date format for our online database system.(ASP) We prefer to use YYYY/MM/DD. But the hosting server is MM/DD/YYYY.
It works find if I just want to print out the date...
Hi, I want to exit the FOR loop when the rs0.EOF is true, but I got an error message.
Here is the code
--------------------------------
...
do while not rs0.EOF
%>
<tr align=center>
<%for i=1 to 4
if isNull(rs0("studentid"))...
Hi,
I am supporting a web based online management system with
DB backend: MS Access2000
IIS5.0/ASP3.0
The major problem is that the advanced search page doesn't respond when the query contains "<field1) NOT IN (select <field2> from...)". It seems the query runs very slow or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.