navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

how I get a recordset that contains only records with Price > $90.00 ?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> how I get a recordset that contains only records with Price > $90.00 ?
Page: [1]
 
lsfphelpls

 

Posts: 458
Joined: 3/16/2005
Status: offline

 
how I get a recordset that contains only records with P... - 7/10/2007 15:03:45   
ado/sql
how to program
a table has ProductName and Price fields
how I get a recordset that contains only records with Price > $90.00 ?
rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: how I get a recordset that contains only records wi... - 7/10/2007 15:21:40   
The SQL would look something like:

"SELECT ProductName,Price FROM (tableName) WHERE Price > 90"

but all the other connection stuff can be found here:

http://www.aspfaqs.com/aspfaqs/

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to lsfphelpls)
lsfphelpls

 

Posts: 458
Joined: 3/16/2005
Status: offline

 
RE: how I get a recordset that contains only records wi... - 7/11/2007 2:50:48   
ANOTHER FILTER
THIS can be done ?

strFilter = "'" oRS("UnitsInStok") "'<'" oRS("ReorderLevel") "'"
oRS.Filter = strFilter

(in reply to rdouglass)
rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: how I get a recordset that contains only records wi... - 7/11/2007 8:49:26   
Yes but if they're numbers don't use the apostrophes.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to lsfphelpls)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> how I get a recordset that contains only records with Price > $90.00 ?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts