|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
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
|
||||
|
||||
|
On my ASP page I am trying to show how many records are returned.
I tried <%=AllCalls.RecordCount%> with Set AllCalls = Server.CreateObject("ADODB.Recordset") AllCalls.ActiveConnection = MM_Conn_STRING AllCalls.Source = "SELECT * FROM dbo.AllCalls" & sql AllCalls.CursorType = 0 AllCalls.CursorLocation = 2 AllCalls.LockType = 1 AllCalls.Open() AllCalls_numRows = 0 But I get returned -1 Help?!?! |
|
#2
|
|||
|
|||
|
Here read this:
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=139 Hope this helps! Sincerely Vlince |
|
#3
|
||||
|
||||
|
Spot on cheers
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Why cant I see my RecordCount |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|