Vertaling van "AdoRecordset" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Move the current record position in the AdoRecordset by the specified number of records.
Move the current record position to the previous record in the AdoRecordset
Below, there are variants of the same example that differ only in the direction of reading the records in the AdoRecordset.
Następują dwa rodzaje tego samego przykładu różniące się w kierunku przechodzenia rekordów w obiekcie AdoRecordset.
This object represents connection to one database and can contain multiple AdoRecordset objects (providing access to data in physical database tables).
Obiekt ten przedstawia podłączenie do jednej bazy danych i ponadto może równocześnie zawierać więcej obiektów AdoRecordset (które udostępniają dane w rzeczywistych tabelach w bazie danych).
This method should not be used for executing general SQL command, that does not return data in the form of AdoRecordset, because it cannot be confirmed whether the command has been executed successfuly or not.
Metoda ta nie powinna być stosowana do wykonywania ogólnego polecenia SQL, które nie zwraca dane w formie AdoRecordset, ponieważ nie można sprawdzić pomyślność wykonania polecenia.
Reading the result of the last operation (over the objects PmAdo, AdoRecordset, AdoField) is handy in situations, when there is no way to estimate the result of such operation and while the method itself does not return the result of the operation.
Odczytanie wyniku ostatniej operacji (nad obiektami PmAdo, AdoRecordset, AdoField) jest zatem odpowiednie wtedy, jeżeli nie można z góry zapewnić (ocenić) wyniku operacji i jednocześnie sama metoda nie zwraca wyniku operacji.
Reading the result of the last operation (over the objects PmAdo, AdoRecordset, AdoField) is handy in situations, if there is no way to estimate the result of such operation and while the method itself does not return the result of the operation.
Odczytanie wyniku ostatniej operacji (nad obiektami PmAdo, AdoRecordset, AdoField) jest zatem odpowiednie wtedy, jeżeli nie można z góry zapewnić (ocenić) wyniku operacji i jednocześnie sama metoda nie zwraca wyniku operacji.
Reading the result of the last operation (over the objects PmaAdo, AdoRecordset, AdoField) is handy in situations, if there is no way to estimate the result of such operation and while the method itself does not return the result of the operation.
Odczytanie wyniku ostatniej operacji (nad obiektami PmaAdo, AdoRecordset, AdoField) jest zatem odpowiednie wtedy, jeżeli nie można z góry zapewnić (ocenić) wyniku operacji i jednocześnie sama metoda nie zwraca wyniku operacji.
This data writing approach uses methods of objects PmAdo, AdoRecordset etc.
Ten sposób zapisu wykorzystuje metody obiektu PmAdo, AdoRecordset itd.
The PmAdo object may simultaneously contain multiple SQL query results in the form of AdoRecordset objects.
Obiekt PmAdo może więc jednocześnie zawierać kilka rezultatów poleceń SQL w formie obiektów AdoRecordset.
This data writing approach uses methods of objects PmaAdo, AdoRecordset etc.
Ten sposób zapisu wykorzystuje metody obiektu PmaAdo, AdoRecordset itd.
Return Values: Returns the resulting data in the form of AdoRecordset.
Note: If the last record is the current record and you call the MoveNext method, ADO sets the current record to the position after the last record in the AdoRecordset and property EOF is true.
Notatka: Jeżeli rekordem bieżącym jest ostatni rekord, to metoda MoveNext przesunie pozycję rekordu bieżącego za ostatni rekord obiektu AdoRecordset i właściwość EOF jest true.