You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

create a util to count number of records in a recordset

Summary:

often we need to see how many records are in a record set or to see if its empty. isnull or isempyty don't work so we have to manually count it using a for each in recordset and do a count. Rather than do this all the time I thught I would create a util I can call and just pass in the recordset but util doesn't allow me to pas sin a recordset only a string[]

Content (required):

its pretty simple just can't get it to work since the parameter type can't be recordset... I'm assuming there might be a away to convert it

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!