I am trying to implement the recordset navigation status for a mysql database using asp. I have never had problems with an access database, but the mysql database doesn't display anything. I believe the problem is with this code
does anyone know how to make this work in mysql?
Dodge20
Code:
' set the record count
rsSearchResults_total = rsSearchResults.RecordCount
does anyone know how to make this work in mysql?
Dodge20