What is the translation of " POLECENIE SQL " in English? S

SQL statement
polecenie SQL
instrukcji SQL
instrukcja SQL
zapytania SQL
zapytanie SQL
instrukcję SQL
polecenia SQL
SQL command
SQL query
zapytań SQL
zapytania SQL
zapytanie SQL
polecenie SQL
zapytaniu SQL
polecenia SQL

Examples of using Polecenie SQL in Polish and their translations into English

{-}
  • Programming category close
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Financial category close
  • Official/political category close
  • Computer category close
Polecenie SQL. Domyślnie: puste.
SQL command. Default: empty.
W pierwszej kolejności jest wykonywane polecenie SQL.
SQL command is executed first.
Polecenie SQL SELECT zwraca wymagane dane w postaci tabelki podobnie jak obiekt ADO Recordset.
The SQL statement SELECT returns requested data in table form as the ADO Recordset object.
Ten sposób zapisu wykorzystuje polecenie SQL INSERT lub UPDATE.
This data writing approach uses SQL commands INSERT or UPDATE.
Execute: xxx;"(opcjonalne)- Określa, w jaki sposób ADO Provider ma wykonać polecenie SQL.
Execute: xxx;"(optional)- Instructs the corresponding ADO Provider how to execute the SQL query.
Polecenie SQL określa, które wiersze, kolumny z tabeli(tabel) zostaną przez obiekt wczytane.
The SQL statement specifies which rows, columns from the table(s) will be read by the object.
Z wiersza poleceń można wykonywać dowolne polecenie SQL Transact SQL..
From the command line it is possible to make any SQL statement Transact SQL..
Jeżeli polecenie SQL zwraca dane, wtedy tą są one wyświetlone w wierszu poleceń..
If the SQL statement returns the output data, then these data are displayed in the command line.
Otwórz za pomocą SQLPassThrough Jeżeli jest zaznaczone, polecenie SQL SELECT jest przekazane bez syntaktycznej korekcji obiektu PmDatabase.
Open with SQLPassThrough If checked, the SQL statement SELECT is passed without the syntax correction of the PmDatabase object.
Polecenie SQL podczas otwarcia Polecenie SQL typu SELECT w składni języka MS SQL Serwer.
The SQL statement of the SELECT type in the MS SQL Server language syntax.
Na przykład metoda Open będzie czekać najwyżej vParam sekund na wykonanie zapytania o dane tabeli Tabelka(plik) lub polecenie SQL Polecenie SQL podczas otwarcia.
For example, the Open method will wait for vParam seconds at least before the query to data of the Table(file) table or the SQL statement during opening SQL statement is performed.
Każde wprowadzone polecenie SQL zostanie wykonane dopiero po wprowadzeniu specjalnego polecenia GO.
Each entered SQL command is executed only after entering the special command GO.
Ta operacja nie wytwarza w pamięciowej przesztrzeni aplikacjiobrazu danych tabeli(ewentualnie polecenia SQL)- czyli nie jest otwarta tabela ani nie jest wykonane polecenie SQL.
By this operation an image of the table data(possible the SQL query)isn't created in the storage area of the application- the table isn't open nor the SQL statement is executed.
Wykona polecenie SQL SELECT, rezultat polecenia jest zwrócony w formie AdoRecordset zestaw rekordów.
Executes the SQL query SELECT, and provides the resulting data in the form of AdoRecordset.
To jest dogodne zwłaszcza w przypadkach, kiedy w skrypcie trzeba wykonać polecenie SQL i dane w skrypcie bezpośrednio opracować z tym, że obiekt AdoRecordset zostanie bezpośrednio po tym zwolniony.
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.
Polecenie SQL w tej metodzie musi odpowiadać składni bazy danych, do której obiekt jest podłączony.
The SQL statement in the method must comply with the syntax of the database to which the object is connected.
W przypadku że jest zaznaczony konfigurator"Otwórz tabelkę przy pomocy polecenia SQL SELECT",jest brana pod uwagę właściwość OpenSQL(odpowiada konfiguratorowi"Polecenie SQL") a właściwość Table przy otwarciu nie jest brana pod uwagę.
If the"Open using the SQL statement SELECT" configurator is checked,the OpenSQL property is valid(it corresponds to the"SQL statement" configurator) and the Table property is invalid on opening.
Jeżeli jest zaznaczone, wtedy polecenie SQL SELECT jest przekazane bez syntaktycznej korekcji obiektu PmDatabase.
If checked, then the SQL statement SELECT is passed without the syntax correction of the PmDatabase object.
Polecenie SQL do wytworzenia tabelki jest zawarty w elemencie graficznym PmiText tablicy DbExecute i jest aktywowany przyciskiem Run the SQL statement.
The SQL statement for table creation is included in the graphic item PmiText in field DbExecute and is activated by the Run the SQL statement button.
Jeżeli jest wprowadzony pusty łańcuch(""),to polecenie SQL wprwdzie zostanie wykonane i rezultat w formie obiektu AdoRecordset zostanie zwrócony, lecz obiekt PmAdo nie będzie go utrzymywać.
If an empty string("") is used,then the SQL comman is executed and the data is returned as AdoRecordset, but the PmAdo object will not store it.
Polecenie SQL nie musi być wprowadzone na jednym wierszu, lecz może być rozdzielone na większą ilość wierszy, kiedy polecenie zostanie wykonane za jednym razem po wprowadzeniu polecenia GO.
The SQL command needn't be entered on one line but it can be split into more lines when the command is executed at a time by entering the command GO.
Jest otwarta tabela lub jest wykonane polecenie SQL SELECT według ustawienia właściwości Type, Database, Table albo OpenSQL wartości początkowe są przejmowane z konfiguratorów zakładki Baza danych tego obiektu.
The table is opened or the SQL statement SELECT is executed as per setting the Type, Database, Table or OpenSQL properties the initial values are taken over from the configurators on the Database page of this object.
Konfigurator"Otwórz tabelkę przy pomocy polecenia SQL SELECT" jest zaznaczony.
Open using the SQL statement SELECT" configurator is checked.
Częścią IBOConsole jest również lista i opis poleceń SQL w postaci plików pomocy.
A list and description of the SQL commands is also included in the IBOConsole help.
W skrócie, sqlcmd jest narzędziem polecenia SQL, które stara się zapewnić ten sam….
In short, sqlcmd is a SQL command tool that attempts to provide the same interface for all supported….
Możesz zmienić tę linię poleceń SQL, aby zastąpić adres URL we wszystkich tabelach bazy danych.
You can change this SQL command line to replace the URL in all database tables.
Metoda ponownie wczyta dane w obiekcie AdoRecordset przez ponowne wykonanie polecenia SQL, który wytworzył pierwotny obiekt AdoRecordset.
The method updates the data in a AdoRecordset object by re-executing the SQL query that created the original AdoRecordset object.
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.
Istnieje także możliwość dodania nowego rekordu bez wykorzystania obiektu AdoRecordset,bezpośrednio przez wywołanie polecenia SQL INSERT przy pomocy metody DbExecute.
It is also possible to add a record while not using the AdoRecordset object, butby calling directly the SQL command INSERT by the DbExecute method.
Sand CDBMS obsługuje standardowe polecenia SQL, aby uzyskiwać dostęp do danych za pomocą standardowego interfejsu ODBC/ JDBC i jest obsługiwany przez szereg narzędzi do analizy informacji biznesowych.
The Sand CDBMS supports standard SQL commands to access data using a standard ODBC/JDBC interface and is supported by a range of business intelligence front-end tools.
Results: 40, Time: 0.0295

Word-for-word translation

S

Synonyms for Polecenie SQL

Top dictionary queries

Polish - English