recordset oor Fins

recordset

naamwoord
en
(computing) A data structure consisting of a group of database records.

Vertalings in die woordeboek Engels - Fins

tietuejoukko

en
The ActiveX Database Objects (ADO) object used to contain a result set. It also exhibits cursor behavior depending on the recordset properties set by an application. ADO recordsets are mapped to OLE DB rowsets.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

Advanced filtering
Calling the Requery method of a form's recordset (for example, Forms(0).Recordset.Requery) can cause the form to become unbound.
Jos lomakkeen tietuejoukkoa haetaan Kyselyn suorittaminen uudelleen -menetelmällä (esimerkiksi Forms(0).Recordset.Requery), lomakkeen sidonta saatetaan poistaa.ParaCrawl Corpus ParaCrawl Corpus
If a form is based on a query, for example, referring to the Recordset property is the equivalent of cloning a Recordset object by using the same query.
Jos lomake perustuu esimerkiksi kyselyyn, viittaus Tietuejoukko-ominaisuuteen vastaa samaa kyselyä käyttävän Tietuejoukko-objektin kloonausta.ParaCrawl Corpus ParaCrawl Corpus
However, unlike using the RecordsetClone property, changing which record is current in the recordset returned by the form's Recordset property also sets the current record of the form.
Toisin kuin käytettäessä Tietojoukon klooni -ominaisuutta, jos nykyistä tietuetta muutetaan lomakkeen Tietojoukko-ominaisuudella palautetussa tietojoukossa, samalla määritetään myös lomakkeen nykyinen tietue.ParaCrawl Corpus ParaCrawl Corpus
You can also use this expression in the SQL property of a QueryDef object or when creating a Recordset object based on an SQL query.
Voit myös käyttää tätä lauseketta QueryDef-objektin SQL-ominaisuudessa tai luotaessa SQL-kyselyyn perustuvaa tietuejoukko-objektia.ParaCrawl Corpus ParaCrawl Corpus
The following example uses the Recordset property to create a new copy of the Recordset object from the current form and then prints the names of the fields in the Debug window.
Seuraavassa esimerkissä käytetään Tietuejoukko-ominaisuutta Tietuejoukko-objektin uuden kopion luomiseen nykyisestä lomakkeesta ja tulostetaan sitten kenttien nimet Virheenkorjaus-ikkunaan.ParaCrawl Corpus ParaCrawl Corpus
When a form is bound to a recordset, an error occurs if you use the Filter by Form command.
Kun lomake on sidottu tietuejoukkoon, ilmenee virhe, jos käytät Suodata muodon mukaan -komentoa.ParaCrawl Corpus ParaCrawl Corpus
Dynaset-type or snapshot-type Recordset objects are not considered persistent objects because they are created in memory as needed.
Dynaset-Type-tai Snapshot-Type Recordset-objekteja ei pidetä pysyvina objekteina, koska ne luodaan tarvittaessa muistiin.ParaCrawl Corpus ParaCrawl Corpus
Note: Changing the RecordLocks property of an open form or report causes an automatic recreation of the recordset.
Huomautus: Jos muutat avoimen lomakkeen tai raportin Tietuelukitus-ominaisuutta, tietojoukko luodaan automaattisesti uudelleen.ParaCrawl Corpus ParaCrawl Corpus
If the result returns a result set, a form can be bound to it by setting the form's Recordset property.
Jos tulos palauttaa tulosjoukon, siihen voidaan sitoa lomake määrittämällä lomakkeen Tietuejoukko-ominaisuus.ParaCrawl Corpus ParaCrawl Corpus
Note: Running the requery process can be time consuming depending on the size of the recordset.
Huomautus: Kyselyn suorittaminen uudelleen voi kestää kauan riippuen tietuejoukon koosta.ParaCrawl Corpus ParaCrawl Corpus
To refresh the data in a form bound to a recordset, set the RecordSource property of the form to itself (Forms(0).RecordSource = Forms(0).RecordSource).
Jos haluat päivittää tiedot tietuejoukkoon sidotussa lomakkeessa, määritä lomakkeen Tietuelähde-ominaisuus entiselleen (Forms(0).RecordSource = Forms(0).RecordSource).ParaCrawl Corpus ParaCrawl Corpus
Recordset Property - Access
Tietuejoukko-ominaisuus - AccessParaCrawl Corpus ParaCrawl Corpus
Unlike criteria, joins also specify that each pair of rows that satisfy the join conditions will be combined in the recordset to form a single row.
Toisin kuin ehdot, liitokset määrittävät, että jokainen liitoksen ehdot täyttävä rivien pari yhdistetään tietuejoukossa siten, että ne muodostavat yhden rivin.ParaCrawl Corpus ParaCrawl Corpus
There can be only one current record in a recordset at any given time, but a recordset may have no current record — for example, after a record has been deleted from a dynaset-type recordset.
Tietue joukossa voi olla vain yksi nykyinen tietue tiettynä ajan kohtana, mutta tietue joukolla ei ehkä ole nykyistä tietuetta, esimerkiksi sen jälkeen, kun tietue on poistettu Dynaset-tyyppisestä tietue joukosta.ParaCrawl Corpus ParaCrawl Corpus
Examples include Recordset, QueryDef, TableDef, and Database objects.
Esimerkkejä ovat Recordset-, QueryDef-, TableDef- ja Database-objektit.ParaCrawl Corpus ParaCrawl Corpus
Remarks The Recordset property returns the recordset object that provides the data being browsed in a form, report, list box control, or combo box control.
Tietuejoukko-ominaisuus palauttaa tietuejoukon objektin, joka mahdollistaa tietojen selaamisen lomakkeen, raportin, luetteloruudun tai yhdistelmäruudun ohjausobjektissa.ParaCrawl Corpus ParaCrawl Corpus
To use methods with the Recordset object that aren't directly supported on forms.
Jos haluat käyttää Tietuejoukko-objektin kanssa sellaisia menetelmiä, joita ei suoraan tueta lomakkeissa.ParaCrawl Corpus ParaCrawl Corpus
For example, you can use the Recordset property with the ADO Find or DAO Find methods in a custom dialog for finding a record.
Voit esimerkiksi käyttää Tietuejoukko-ominaisuutta ADO Etsi- tai DAO Etsi -menetelmien kanssa mukautetussa valintaikkunassa tietueen löytämiseksi.ParaCrawl Corpus ParaCrawl Corpus
If you do not use a JOIN clause to perform SQL join operations on multiple tables, the resulting Recordset object will not be updatable.
Jos et käytä CLAUSE-lausetta SQL-liitostoimintojen suorittamiseen useissa taulukoissa, tuloksena saatavaa Tietuejoukko-objektia ei voi päivittää.ParaCrawl Corpus ParaCrawl Corpus
The following example uses the title HeadCount to name the returned Field object in the resulting Recordset object:
Seuraavassa esimerkissä palautettu Field-objekti nimetään tuloksena olevassa Recordset-objektissa sanalla HeadCount:ParaCrawl Corpus ParaCrawl Corpus
This macro requires the current recordset.
Tämä makro vaatii nykyisen tietuejoukon.ParaCrawl Corpus ParaCrawl Corpus
The following example uses the title Birth to name the returned Field object in the resulting Recordset object:
Seuraavassa esimerkissä palautettu Field-objekti nimetään tuloksena olevassa Recordset-objektissa sanalla Syntynyt:ParaCrawl Corpus ParaCrawl Corpus
22 sinne gevind in 9 ms. Hulle kom uit baie bronne en word nie nagegaan nie.