Hi Guys,
I have a puzzle and im not seeing the problem..
Im in DW8 using VBS on ASP pages
Im pulling a recordset from a database with some sql to
filter my records.
The recordset is getting pulled and the records are being
displayed.
So I thought Id put a message on the page if there were no
records so I tried to use
<%=(Recordset1_total)%> to get my record total value
and if it was 0 or less than 0 ive put
<%
if ((Recordset1_total) <= 0) then
response.Write("No Photos Added As Yet Please Look Back Or
Add A Photo Now!")
end if
%>
Now when I look at the value of Recordset1_total it shows as
-1 all the time even when there are records in there??
Sorry its late and im just not seeing it?
Thanks again for any support
Regards
Tag