#Caching MySQL ResultSet
1 messages · Page 1 of 1 (latest)
Create a class that stores the data you need
is creating a class for it more efficient than using a cachedrowset?
classes are probably easier tbf
Not sure
dont use cachedrowset
as it is like a resultset
which is not closed when the statement is closed
this is the only difference