Examples with "'SQL'" and their translation in Engels
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.
Nous devons affecter cette commande à la propriété 'SQL' de SQLQuery1.
We need to assign this command to the 'SQL' property of SQLQuery1.
La propriété 'SQL' de SQLQUery1 peut seulement être modifiée quand SQL est inactive.
The 'SQL' property of SQLQuery1 can only be changed, if SQLQuery1 is not active.
TSQLQuery possède une propriété 'SQL' contenant un objet TStrings.
TSQLQuery has a 'SQL' property containing a TStrings object.
Les valeurs disponibles sont 'anonymous', 'admin' et 'sql'.
Available values are: 'anonymous', 'admin' and 'sql'.
Puis nous assignons notre instruction SQL à la propriété 'SQL', écrasant du même coup un éventuel contenu Vous pouvez omettre les deux premières instruction, car elles seront automatiquement invoquées par la troisième.
DBConnection.Connected:= True; SQLTransaction1.Active:= True; SQLQuery1.Open; You can omit the first two instructions, because they are done automatically by the third instruction.
<source lang='sql' Donner le nom et le PIB par habitant pour les pays dont le nombre d'habitants est au moins 200 million.
Give the name and the per capita GDP for those countries with a population of at least 200 million.