Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming 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 November 23rd, 2004, 08:04 AM
krc77 krc77 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 7 krc77 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 46 m 2 sec
Reputation Power: 0
ASP code help!!

I have this code in my application:

strSQL = "SELECT activity_id FROM new_hires_activity ORDER by activity_id desc"

objRSA.Open objCmd
NumActivityID = objRSA(0)

When it reaches the objRSA.open line it errors out.
I do have the following lines in the code at the beginning of the app and the other open
statements work fin
Dim objRSA As ADODB.Recordset
Set objRSA = CreateObject("ADODB.Recordset")

Thanks for any help.
krc

Reply With Quote
  #2  
Old November 23rd, 2004, 09:20 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,760 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 5 h 22 m 16 sec
Reputation Power: 443
Just do this
Code:
strSQL = "SELECT activity_id FROM new_hires_activity ORDER by activity_id desc"

Set rs = objCmd.Execute(strSql)

If Not rs.eof Then
   do until rs.eof
      NumActivityID = rs("activity_id")
      Response.write(NumActivityID & "<br>")
      rs.movenext
   loop
End If

objCmd.Close
Set objCmd = Nothing

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > ASP code help!!


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