hello.
i created a java app which enables one to create a database table using the name inputted by the user.But the problem i have is that i dont know how to make the column names of the table set to the name prefered by the user i.e the user wants to set the column name when creating the table by inputtin the name in a jtextfield so that when the table has been created,columns will habe the names inputted by the user.
Can somebody just give me an example on how to create a db table with column names all inputted by the user via a textfield?