Is there anyway that i can create a html form where user can enter the name of the table and click submit to create the table with that name in the dbgallery database.
Assuming that your database connection account has DDL privileges, you can construct a CREATE TABLE statement, using the user's input as the table name. As always, be sure to use CFQUERYPARAM in your statement construction.
Look up CREATE TABLE in your DB's docs for the syntax.
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.