Access2K Recordset "recordCount" syntax - TechRepublic
General discussion
January 2, 2003 at 08:37 AM
haycoconsulting

Access2K Recordset “recordCount” syntax

by haycoconsulting . Updated 23 years, 3 months ago

Always in the past, Access has capitalized the “R” and “C” in RecordCount when addressing the record count of an ADODB recordset.

eg. intRecCount = rsMySet.RecordCount

For some reason, it in some places in my code, the capitalization rule has changed and now it only capitalizes the “C”.

eg. intRecCount = rsMySet.recordCount

The code seems to be working so I may be trying to “fix somethin’ that ain’t broke”.

Is there any significance to this change in syntax/capitalization?

Tom
tom@haycoconsulting.com

This discussion is locked

All Comments