Examples of using Recordset in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
Create the recordset to hold the search results.
Define a recordset from an existing database.
A recordset defined for the current page.
Copy a recordset from one page to another page.
Enter a name for the recordset, and select a connection.
You can create a recordset without manually entering SQL statements.
The recordset can be defined by the user at run time.
The server behavior extracts the record details from this recordset.
Click OK to add the recordset to the Bindings panel.
The recordset can be identical to or different from the recordset on the master page.
A record can also represent a row in a RecordSet.
Open the page you want to copy the recordset to.
Recordset->GetArray() returns the result as an array.
enter a name for the recordset.
Recordset->Move($pos) scrolls to that particular row.
The recordset you define is then stored in the Bindings panel.
Use the Bindings panel to bind the recordset to various page elements.
Allows us to only scroll forward through the Recordset in the database.
To use methods with the Recordset object that aren't directly supported on forms.
therefore allows all types of movement through the Recordset.