Examples with "SQL commando" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Maar het is niet onmogelijk voor iemand die toegang heeft in de database van het forum om ze te lezen via de database met een SQL commando.
However, it is not impossible for one with access to the database of the forum to read them through the database with an SQL command.
Other results
Een SQL-commando dat door SqlDB wordt uitgevoerd, moet altijd binnen een transactie uitgevoerd worden, zelfs als de database-server geen transacties ondersteunt.
A SQL statement that is executed by Sqldb must always be executed within a transaction, even if the database system does not support transactions.
Wil je dus met TSQLConnection.ExecuteDirect een SQL-commando kunnen uitvoeren, moet je voor de TSQLConnection eerst opgeven welke 'Transaction' hij moet gebruiken.
To use TSQLConnection.ExecuteDirect to execute a SQL statement you must specify which 'Transaction' must be used.
Gebruik het volgende commando om een sql dump met de naam "dump.sql" te importeren in jouw Drupal database.
Use the following command to import an sql dump with name "dump.sql" in your Drupal database.
Dit commando stuurt een SQL select statement naar de database die geassocieerd is met de MySQL handler.
This command sends a SQL select statement to the database associated with the MySQL handler.
Dit commando zal mysql commando's uit een SQL bestand uitvoeren in de mysql interactieve mode.
This command will run mysql commands from an sql file while in the mysql interactive mode.
SQL Query editor heeft nu een commando uitrol menu met de meestgebruikte SQL commando's en sleutelwoorden.
Enhancements SQL Query editor now have a command pull-down menu with most SQL used commands and keywords.
SELECT Dit commando is de basis van SQL, het laat ons toe een tijdelijke tabel te maken die enkel de noodzakelijke data items bevat.
SELECT This command is the foundation of SQL, allows us to create a temporal table containing the necessary data items only.
Maak verbinding met de database vanuit een programma waarin je je eigen SQL-opdrachten kunt invoeren en geef het commando
Make a connection to the database with any client that allows you to enter your own SQL statements and give the command
Om dit voor elkaar te krijgen, openen we een tekstbestand met SQL commando's en voegen een"<" toe aan het commando mysql.
To do this we are entering a text file with the SQL commands by adding a"<" to the command mysql.
In de meeste toepassingen is SELECT het meest gebruikte data manipulation language-commando (DML) van SQL.
In most applications, SELECT is the most commonly used data query language (DQL) command.