Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old January 6th, 2004, 04:26 PM
Qman Qman is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 2 Qman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Select a random record from the database

I have what I hope is a simple question-I am working on an ASP page that lets people post entries to an MS Access database. When they are done, it goes back to the main page, where it will list all of the entries - that's the easy part.

What I would like to do is this:

On the page that lists the entries (problemlist.asp), I want it to be able to check the database to see how many total entries there, then pick one at random to display. It should also do this every time the page is refreshed (if you've ever been to lowbrow.com, you'll know what I mean )

Any suggestions/help would be greatly appreciated!

Reply With Quote
  #2  
Old January 6th, 2004, 07:59 PM
dcarva's Avatar
dcarva dcarva is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Jan 2003
Location: USA
Posts: 633 dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
With SQL Server it can be done with a simple select statement. I don't know about Access, but...

Does your table have a field with unique ids? You can generate a random number with VBScript then run the query with the random number:

nTop = "select count(id) from table1"
...
Randomize
' Generate random value between 1 and nTop .
nRandom= Int((nTop * Rnd) + 1)
sql = "select * from table1 where id = " & nRandom

Reply With Quote
  #3  
Old January 7th, 2004, 02:58 PM
Qman Qman is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 2 Qman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Well, I got it to generate a random number based on the total number of entries in the database, but I cant figure out how to get it to pull the information from the entry that corresponds to the random number....

Do SQL commands work on an Access database?

Reply With Quote
  #4  
Old January 7th, 2004, 08:44 PM
dcarva's Avatar
dcarva dcarva is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Jan 2003
Location: USA
Posts: 633 dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level)dcarva User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
Do your records have ids associated with them?

Append the random number at the end of the sql query that you execute against the database like this:

"select * from table1 where id = " & nRandom

...nRandom is the random number you generated. Translates to something like:

select * from table1 where id = 145

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > Select a random record from the database


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT