hey dennis...
umm.. given that i'm building the ins var/string to insert into the
execute... i can't just place the triple quotes around it..
are you saying that the execute should have quotes placed around it
within the execute
so it would be something like
execute("\""+sel""\""...
or are you
hi...
using python v2.6, using the mysqldb lib
the test tbl looks like:
DROP TABLE IF EXISTS `functionError_TBL`;
CREATE TABLE `functionError_TBL` (
`parentFunction` varchar(100) NOT NULL default '',
`currentFunction` varchar(100) NOT NULL default '',
`parentFunctionID` int(10) NOT NULL def