This is a discussion on "AbsolutePage in MySQL" within the Databases section. This forum, and the thread "AbsolutePage in MySQL are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
AbsolutePage in MySQL
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
AbsolutePage in MySQL
I have done my page paging which will display certain amount of data from my ACCESS database. Now I am migrating my database to MySQL and it seems that MySQL do not support AbsolutePage.
This is the error message that I get: Quote:
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
#2
|
|||
|
|||
|
Re: AbsolutePage in MySQL
Yes, I am happily solving this thread
It all about the cursor type that causes all that error! What I do is to force ADO to construct a static cursor by specifying a client-side cursor!!! My previous Database Connection (updated with the static cursor):
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Feb 12th, 2008 at 02:40. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySql help | nashultz07 | Databases | 4 | Jul 27th, 2007 09:11 |
| Mysql/php | marie2007 | PHP Forum | 7 | Jul 10th, 2007 13:20 |
| Mysql | Paul00000001 | Databases | 7 | Sep 13th, 2006 21:48 |
| ASP and MYSQL | QuikFrozen | Classic ASP | 3 | Aug 16th, 2006 17:58 |
| help with php and mysql | robukni | Databases | 30 | Jan 30th, 2006 22:58 |