On freewrap's website(http://freewrap.sourceforge.net), it is claimed that freewrap can build windows executables on a linux machine using the -w switch such as the following:
freewrap myprog.tcl -w myprog.exe
but, when I try to do this a blank window pops up and no file is created. It...
Here is my problem:
set testvar "Testing Testing"
ComboBox .updateentry.cupdate -values $testvar
and the result is:
Testing
Testing
in the combobox, but I want it to do this:
Testing Testing
I can set it up has a literal and it works such as the following:
ComboBox .updateentry.cupdate...
I am trying to pass a variable to sql statement instead of a value.
This works
set result [db1 eval {SELECT * FROM phone_book WHERE id=1} ]
but this does not
set tst 1
set result [db1 eval {SELECT * FROM phone_book WHERE id=$tst} ]
Does anyone know how to fix this?
Thanks
I am running WindowsXP with mysql running locally. I am having trouble creating database in WinMySQLAdmin, When I right click the database tree under the database tab, I do not get an option to create database. The following is a list of option it gives me:
Flush Hosts
Flush Logs
Flush Tables...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.