Top "Recordset" questions

A recordset is a subset of a database table consisting of columns and rows specified by a query language

Recordset.Update Database or Object is read-only

Not sure this is going to work in the specifics I intend. The scenario is the text boxes are populated …

sql ms-access vba recordset
How to show recordset data in Ms access subform

How can i show the result of one SQL query in an Access Sub form control? I tried the below …

ms-access-2007 recordset subform
How to keep from going to first record when requerying?

Making a form in Access 2010. I'm trying to make a button that moves to the next record (or the first …

ms-access vba recordset
Recordset Operation is Not allowed when object is closed VBS

In the code bellow I get an error on the line reading recset.Close. Char: 5 Error: Operation is not allowed …

vbscript recordset
'Type Mismatch' Error on ADODB.Recordset

I have a program that is supposed to read data from an SQL database and report back to Excel. It …

excel adodb recordset vba
VB6 ADO Recordset Limit

Please don't laugh because I'm asking a VB6 question? I have to do some maintenance work. Does anyone know what …

vb6 ado recordset
HOWTO: Open an ADODB recordset from a command object that allows updating?

In the following code, I try to open a recordset using ADODB from a Command object, but it tells me …

ms-access ado adodb recordset
Classic ASP - When to close recordset

I would like to know, which of the following examples is the best for closing a recordset object in my …

object asp-classic recordset
MS Access Form Bound to ADO Disconnected Recordset

I seem to be clueless on this subject. I can attach an ADO recordset to a form, but I am …

vba ms-access-2007 ado recordset
Closing PreparedStatements

Does use of PreparedStatements and ResultSets creates a "new database instance" everytime they are used? Or, whith other words, if …

java database recordset