Generate Numbers at the Server End

Generate Numbers at the Server End

Question:
How do I generate numbers at the server end? I have an application in which I am accessing data from an Access database and I want to define each record fetched in a separate

class. I don’t know how many records can be in the table, so I would have to generate the “id” parameter of the

tag automatically.

Answer:

Use a counter and as you walk through the recordset, increment it.

i = 0Do while not RS.EOF  i = i+1  response.write "
div text
RS.MovenextLoop

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular