Translation of "MySQLTcl" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Voor een complete referentie, zie de MySQLTcl library man pagina.
For a complete reference, see the MySQLTcl library man page.
De library MySQLTcl creëert en onderhoud een globale array, genaamd mysqlstatus.
The library MySQLTcl creates and mantains a global array named mysqlstatus.
MySQLTcl library commando's kunnen fouten opleveren.
MySQLTcl library commands might raise errors.
De MySQLTcl library kent meer commando's dan de 5 die we hebben besproken in deze sectie.
The MySQLTcl library has more commands than the five shown in this section.
Het laatste MySQLTcl library commando dat een fout gaf, is opgeslagen in mysqlstatus(command)
The last MySQLTcl library command that raised an error is stored in mysqlstatus(command).
De waarde van mysqlstatus(code) wordt iedere keer na het uitvoeren van een MySQLTcl library commando geüpdate.
The value of mysqlstatus(code) is updated after the execution of any MySQLTcl library command.
Net als mysqlstatus(command), wordt mysqlstatus(message) niet geüpdate na een succesvolle uitvoering van een MySQLTcl commando.
Like mysqlstatus(command), mysqlstatus(message) is not updated after the successful execution of any MySQLTcl command.
Regel #2 verteld de Tcl interpreter om in de MySQLTcl library te zoeken voor het uitvoeren van de commando's in het script.
The line #2 tells the Tcl interpreter to search in the library MySQLTcl when executing the commands of the script.
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.
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.
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.
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.
MySQLTcl is een Tcl library die het mogelijk maakt om vanuit een Tcl script queries op een MySQL database server uit te voeren.
MySQLTcl is a Tcl library which allows querying a MySQL database server from a Tcl script.
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 mysqltcl(message) is updated after every unsuccessful execution of any MySQLTcl command with a string containing a message error.
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.
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.