<SCRIPTlanguage=VBSCRIPTRUNAT=SERVER>
'//----COCOON_Custom Class_Page Turn Optimization Code----//'
Classcc_db_Pager
'--------------------------------
'COCOONDb_Pager class (Ver:1.02)
'Author: Sunrise_Chen([email protected])
'Please keep this information, thank you.
'
'2003/06 Fixed an error, description: If the ID is not unique, multiple duplicate records will be generated.
'2003.5
'--------------------------------
'//---------------------------------------------------------------------------------------------------------------------------
PrivatesTableName'//Table name
PrivatesSqlString'//Custom Sql Statement
PrivateaCondition()'//Query Conditions (Array)
PrivatesCondition'//Query Conditions (String)
PrivateiPage'//Current page number
PrivateiPageSize'//Number of records per page
PrivateiPageCount'//Total page count
PrivateiRecCount'//Number of records under the current query conditions
PrivateiTotalRecCount'//Total records
PrivatesFields'//Output field name
PrivatesOrderBy'//Sorting strings
PrivatesSql'//Current query statement
PrivatesPkey'//Primary key
PrivateoConn'//Connect Object
PrivateiDefPageSize'//Default number of records displayed per page
PrivatesProjectName'/Project name
PrivatesVersion'/version number
PrivatebShowError'//Whether to display error message