472,142 Members | 1,073 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

Any suggestions or help will be appreciated…ASAP!

7
Have problems with the recordset…if the value of tempPremium is more than > 10,000 than I get no results after this statement executes:

set rsDownPayment = applyFilterAndReloadRecordset(rsDownPayment,"min_p remium <=" & tempPremium & " and b80_userline = '" & objLogic.userline & "' and profile = '" & objLogic.profile & "'")

I was trying to debug the application using response.write statement but get no results if the values of tempPremium is more than 10,000 (values under 10,000 works fine).
Note: does the recordset has any limitations that might be doing this??
Any suggestions or help will be appreciated…ASAP!
Thanks a lot for yr time…
Jan 12 '07 #1
1 1324
I suggest you run a query in your database to check. Maybe there is no data that can satisfy the criteria.
Jan 18 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

1 post views Thread by the_proud_family | last post: by
17 posts views Thread by Chad A. Beckner | last post: by
4 posts views Thread by briggsie2006 | last post: by
2 posts views Thread by archana | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.