executenonquery returns an integer of records affected. Perhaps it will indicate sucess or failure of table create.
http://www.learnasp.com/freebook/learn/executenonquery.aspx
I wish I knew more about mySQL in this; maybe some of the mySQL types will speak up.
TRY
.executenonquery
CATCH ex1 as exception
trace.warn("","",ex1)
END TRY