Hello,
Just a small doubt.
I was looking at the methods to be implemented in ResultSet.
m_RowCount stores the current row being accessed.
I have a doubt in the following methods.
Methods:
next(),previous(),beforeFirst(),afterLast() .

Initially when the resultset is constructed, m_RowCount will be zero
according to the api reference.
If there are 'X' Rows.
So, m_RowCount can take 0,1,......,X,X+1 values only or can it take any
value?

Because even X+2 is afterLast() and -1 is beforeFirst().
-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani

Reply via email to