Hi I am going to have a process running that will add rows to a table. The row id is just a counter of the number of rows inserted. Is there a quick way to programmatically find out the number of rows in a table so when I start adding rows the count isn't disrupted? Also, is there a better way to assign a row Id?
Thanks -Pete
