|
-
Apr 23rd, 2001, 02:48 PM
#1
Thread Starter
Member
Hi...
how can I get number of record from a query, I'm using "recordcount" but it seems it doesnt work..
<%strQuery = "select * from Images"
set rsResult=connDB.Execute(strQuery)%>
<% dim NumberRow, rest
NumberRow= int(rsResult.recordcount/3)
rest= rsResult.recordcount mod 3%>
..I'm making a table with only 3 columns
...and I'd like to know if I can use "int" and "mod" like we use in Visual basic
betto
betto terra.com.pe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|