Podczas wykonywania polecenia SQL dla wszelkich RDBMS, system określa najlepszą drogę do realizacji żądania i silnik SQL domyśla się, jak interpretować zadanie.
When you are executing an SQL command for any RDBMS, the system determines the best way to carry out your request and SQL engine figures out how to interpret the task.
'Tabela (plik)' na nazwę tablicy, z którą będzie się pracować (jeżeli nie zostanie wykorzystana możliwość polecenia SQL SELECT podczas otwarcia tablicy).
'Table (file)' to the name of the corresponding table (if the SELECT SQL command option would not be used when opening the table).
User-defined SQL file - dane są przetwarzane według ręcznie zdefiniowanego przez użytkownika polecenia SQL, wczytanego z pliku.
User-defined SQL file - the data is written using a user-defined SQL statement from a file.
'Tabela (plik)' na nazwę tablicy, z którą będzie się pracować (jeżeli nie zostanie wykorzystana możliwość polecenia SQL SELECT podczas otwarcia tablicy).
'Table (file)' to the name of the corresponding table (if the SELECT SQL statement option would not be used when opening the table).
W zależności od konkretnego ADO Provider może się wydarzyć, że jednowierszowy wynik polecenia SQL nie zostanie zwrócony w formie obiektu AdoRecordset z jednym rekordem, lecz w postaci w formie obiektu AdoRecord (przedstawia jeden wiersz).
Depending on the specific ADO Provider it is possible, that a single row SQL query result will not be returned in the form of the AdoRecordset object containing a single record, but in the form of the AdoRecord object (represents the single row).
W zależności od konkretnego ADO Provider może się wydarzyć, że jednowierszowy rezultat polecenia SQL nie zostanie zwrócony w formie obiektu AdoRecordset z jednym rekordem, lecz w postaci obiektu AdoRecord, który przedstawia jeden wiersz.
Depending on the specific ADO Provider it is possible, that a single row SQL query result will not be returned in the form of the AdoRecordset object containing a single record, but in the form of the AdoRecord object (represents the single row).
Polecenia SQL, które zwracają dane w formie obiektu AdoRecordset: przy pomocy metody RsOpen, na przykład SELECT, itd.
SQL statements returning data in the form of the AdoRecordset object: by the RsOpen method, for example SELECT, etc.
Polecenia SQL, które zwracają dane w formie obiektu AdoRecordset: przy pomocy metody RsOpen, na przykład SELECT, itd.
SQL statements returning data in the form of AdoRecordset object: using the RsOpen method, for example SELECT, etc.
Polecenia SQL, które nie zwracają danych w formie obiektu AdoRecordset: przy pomocy metody DbExecute, na przykład INSERT, UPDATE, DELETE, CREATE TABLE, itd.
SQL statements not returning data in the form of the AdoRecordset object: by the DbExecute method, for example INSERT, UPDATE, DELETE, CREATE TABLE, etc.
Polecenia SQL, które nie zwracają danych w formie obiektu AdoRecordset: przy pomocy metody DbExecute, na przykład INSERT, UPDATE, DELETE, CREATE TABLE, itd.
SQL statements not returning data in the form of AdoRecordset object: using the DbExecute method, for example INSERT, UPDATE, DELETE, CREATE TABLE, etc.
Te polecenia SQL muszą zostać napisane w składni języka SQL dla zastosowanego systemu bazodanowego.
These SQL commands must be written in the syntax of SQL language of the corresponding databse system.
Wszystkie polecenia SQL są generowane w celu utworzenia głównej tabeli SQL i jej tabel referencyjnych.
All SQL commands are generated for creating the main SQL table and its reference tables.
Przy pomocy obiektu PmAdo mogą być odczytywane/zapisywane dane z/do rzeczywistej tabeli w bazie danych oraz mogą być wykonywane polecenia SQL w podłączonej bazie danych.
The PmAdo object can be used for read/write the data from/to the physical database table and also can execute SQL statements in he connected database.