Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Server side problem?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

FS
Starting Member

1 Posts

Posted - 25 May 2001 :  12:03:32  Show Profile
I'm having trouble with direct references, comparisons, etc to the database's variables (I dont know if this is the terminology but I hope you'll understand).

This is my problem. Things like:
objRs.AbsolutePage = Request.QueryString("page")
Will not work. Even if I put
objRs.AbsolutePage = 1
or
objRs.AbsolutePage = 5
it allways returns -1

I can fix it like this:
CurrPage = Request.QueryString("page")
objRs.AbsolutePage = CurrPage


But its a lot of work imprement asp code to my site as I have to change everything.

I guess its probably something on my provider's side, but I was wondering if you could help me as I dont have a clue about what could be wrong.

Thanks in advance

redbrad0
Advanced Member

USA
3725 Posts

Posted - 25 May 2001 :  12:39:08  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
now this is just a sugestion, and imnot sure if it will work, but did you try...

objRs.AbsolutePage = cint(Request.QueryString("page"))


Brad
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07