rowset Questions
4
Solved
Until today I was working with ResultSet when handling results from queries. But today I read a little about RowSet and CachedRowset and I realized they can serve my purposes better. While in all t...
Galarza asked 21/11, 2011 at 19:36
2
Solved
So I'm aware of some relative differences i.e., the ResultSet has an 'open connection' to the database whereas a RowSet works in a 'disconnected' fashion.
But that's pretty much what I understand (...
Rosendorosene asked 6/7, 2011 at 16:12
2
Solved
I am trying to query a MySQL database with the below code:
'declare the variables
Dim Connection
Dim Recordset
Dim SQL
'declare the SQL statement that will query the database
SQL = "SELECT * FRO...
1
© 2022 - 2024 — McMap. All rights reserved.