I can create table with unique name in code but when I want to create a table with a dynamic name, by using the contents of a text box, it shows me "Syntax error in CREATE TABLE statement" in a message box. My Code:I can create table with unique name in code but