Traducere "MySQLTcl" în olandeză
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
For a complete reference, see the MySQLTcl library man page.
Voor een complete referentie, zie de MySQLTcl library man pagina.
The library MySQLTcl creates and mantains a global array named mysqlstatus.
De library MySQLTcl creëert en onderhoud een globale array, genaamd mysqlstatus.
MySQLTcl library commands might raise errors.
MySQLTcl library commando's kunnen fouten opleveren.
The MySQLTcl library has more commands than the five shown in this section.
De MySQLTcl library kent meer commando's dan de 5 die we hebben besproken in deze sectie.
The last MySQLTcl library command that raised an error is stored in mysqlstatus(command).
Het laatste MySQLTcl library commando dat een fout gaf, is opgeslagen in mysqlstatus(command)
The value of mysqlstatus(code) is updated after the execution of any MySQLTcl library command.
De waarde van mysqlstatus(code) wordt iedere keer na het uitvoeren van een MySQLTcl library commando geüpdate.
Like mysqlstatus(command), mysqlstatus(message) is not updated after the successful execution of any MySQLTcl command.
Net als mysqlstatus(command), wordt mysqlstatus(message) niet geüpdate na een succesvolle uitvoering van een MySQLTcl commando.
The line #2 tells the Tcl interpreter to search in the library MySQLTcl when executing the commands of the script.
Regel #2 verteld de Tcl interpreter om in de MySQLTcl library te zoeken voor het uitvoeren van de commando's in het script.
The versions of Tcl, MySQL server and the MySQLTcl library covered in this article are respectively 8.4.2, 4.0.15 and 2.40.
De versies van Tcl, MySQL server en de MySQLTcl die besproken worden in dit artikel zijn respectievelijk 8.4.2, 4.0.15 en 2.40.
In this article you will learn how to install and use MySQLTcl, a Tcl library which makes possible to do SQL queries (select, insert, delete...) to a MySQL database server from Tcl scripts.
In dit artikel bekijken we de installatie en het gebruik van MySQLTcl, een Tcl library (bibliotheek) die het mogelijk maakt om SQL queries (select, insert, delete...) op een MySQL database server uit te voeren vanuit Tcl scripts.
MySQLTcl is a Tcl library which allows querying a MySQL database server from a Tcl script.
MySQLTcl is een Tcl library die het mogelijk maakt om vanuit een Tcl script queries op een MySQL database server uit te voeren.
The value of mysqltcl(message) is updated after every unsuccessful execution of any MySQLTcl command with a string containing a message error.
De waarde van mysqltcl(message wordt na iedere niet-succesvolle uitvoering van een MySQLTcl commando geüpdate, met een string die het foutbericht bevat.
The value of mysqlstatus(command) is updated after every unsuccessful execution of any MySQLTcl command; thus, mysqlstatus(command) is not updated after the successful execution of any MySQLTcl command.
De waarde van mysqlstatus(command) wordt na iedere niet-succesvolle uitvoering van een MySQLTcl commando geüpdate; mysqlstutus(commmand) wordt dus niet geüpdate na een succesvolle uitvoering van een MySQLTcl commmando.