Community Questions & Answers

ResultSet

i tried to create local database to test from it my code is functionality. this line of code make to me problem when i changed my database to mysql database ~~~ var myResultSet = coldDB.execute('SELECT Name,Id FROM problems'); while...

Some Doubts - need solutions

Is there any way to reuse a resultset of a query?? What i have observed is, when resultSet.next() is used to access the result of a query, i cannot use the resultSet again after all the rows fetched are accessed using next(). Is there any way to reuse...

456 views
asked 3 years ago by
last activity 3 years ago

Showing 1-13 of 13