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.
Specifies the beginning of the edit mode for adding a new record into the AdoRecordset object.
Określa początek trybu edycji umożliwiającego dodanie nowego rekordu do obiektu AdoRecordset.
Any data changes made by other users to the records available when the AdoRecordset object was opened will still be visible.
Wszystkie zmiany w danych dokonane przez innych użytkowników, dostępne przy otwarciu obiektu AdoRecordset, będą wciąż widzialne.
true - if the current record position is before the first record in a AdoRecordset object
There can be only one selected current record in the AdoRecordset object, or there can be none.
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.
Indicates that the current record position is before the first record in a AdoRecordset object
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).
Deleting a record in the AdoRecordset object.
Usunięcie rekordu w obiekcie AdoRecordset.
Move the current record position to the previous record in the AdoRecordset
true - if the current record position is after the last record in a AdoRecordset object
true - jeżeli wskaźnik bieżącego rekordu znajduje się za ostatnim rekordem w obiekcie AdoRecordset
Indicates that the current record position is after the last record in a AdoRecordset object
This is handy if it is necessary to execute some SQL query in the script and process the resulting data immediately, and release the AdoRecordset object right after that.
To jest dogodne zwłaszcza w przypadkach, kiedy w skrypcie jest konieczne wykonać polecenie SQL i dane w skrypcie bezpośrednio opracować z tym, że obiekt AdoRecordset zostanie bezpośrednio po tym zwolniony.