Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - rs.recordset -> sql
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

rs.recordset -> sql

 Post Reply Post Reply
Author
Badaboem View Drop Down
Senior Member
Senior Member


Joined: 12 April 2002
Location: Netherlands
Status: Offline
Points: 600
Post Options Post Options   Thanks (0) Thanks(0)   Quote Badaboem Quote  Post ReplyReply Direct Link To This Post Topic: rs.recordset -> sql
    Posted: 10 January 2004 at 4:36am

Trying to convert a mod to ms sql, where the access version uses rs.recordset. I've read on google that ms sql always returns -1 and that count(*) should be used instead.

I'm using this for a ''next page'' button, and it should return the records where approved is 1.

Does count(*) return only the amount of rows, and do I have to create new sql statements to get the actual data from the tables, or is it possible to combine the two methods of returning amount and data?


SET RS = Server.CreateObject("ADODB.RecordSet")
rs.CursorType = 1
rs.LockType = 3
strSQL = "SELECT LibrariesFiles.ProgramName, LibrariesFiles.ID, LibrariesFiles.UploadedBy, LibrariesCategories.Categoryname FROM LibrariesCategories, LibrariesFiles"
strSQL = strSQL & " WHERE librariesFiles.CatID = LibrariesCategories.ID AND Approved=1"
strSQL = strSQL & " ORDER BY LibrariesFiles.ID DESC;"

Thanks in advance.

Back to Top
Badaboem View Drop Down
Senior Member
Senior Member


Joined: 12 April 2002
Location: Netherlands
Status: Offline
Points: 600
Post Options Post Options   Thanks (0) Thanks(0)   Quote Badaboem Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2004 at 4:16pm

Never mind..got it.

strSQL = "SELECT LibrariesFiles.ProgramName, LibrariesFiles.ID, LibrariesFiles.UploadedBy, LibrariesCategories.Categoryname, (SELECT COUNT (ID) From Librariesfiles WHERE approved=1) AS DOWNLOAD_COUNT FROM LibrariesCategories, LibrariesFiles"

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.