SunQuest
           ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

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 Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old July 15th, 2003, 02:10 PM
r00tsec r00tsec is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 63 r00tsec User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 47 m 42 sec
Reputation Power: 6
.ASP and SQL

<!-- text goes here -->
<% sql = "SELECT top 5 CONVERT(varchar(12), date_billedThru, 101) AS BillDate, InvoiceNumber, RTRIM(Snapshot_File) AS Snapshot_File, RTRIM(Snapshot_Path) AS Snapshot_Path FROM vw_bill WITH (nolock) where customer_id = (select customer_id from tbl_custsummary_local where btn = '" & request("BTN") & "') order by date_billedThru desc"
set rs = webConn.execute(sql)
if rs.eof then
response.write "<u>No Billing Records found for this Telephone Number</u>"
else
response.write "The following is a list of the last 5 bills recieved for Telephone Number <b>" & request("BTN") & "</b><br><br>"
end if
do while not rs.eof
tmpPath = replace(rs("Snapshot_path"), "\", "") & "/" & replace(right(rs("Snapshot_File"),len(rs("Snapshot_File"))-1), "snp", "pdf")
response.write "&nbsp;&nbsp;&nbsp;<a target=new href=""" & tmpPath & """>" & rs("BillDate") & "</a>" & "<br>"
rs.movenext
loop
rs.close
set rs = nothing
webConn.close
set webConn = nothing %>
<p></p>
<!-- text stops here -->

how do I set this code so that it doesnt make the call to get the last 5 bills online but rather so that it makes a call to pull a single value? Thanks!

Reply With Quote
  #2  
Old July 15th, 2003, 10:30 PM
victorpendleton victorpendleton is offline
Contributing User
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jan 2003
Location: No es importante
Posts: 2,065 victorpendleton User rank is Private First Class (20 - 50 Reputation Level)victorpendleton User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 6 h 31 m 56 sec
Reputation Power: 8
MS SQL has the ROWCOUNT function. Are you wanting a single row or a single value?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > .ASP and SQL


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 2 hosted by Hostway