1
Hello, I would like the help to solve the following problem: I have a table, but its columns can be defined by user-defined variables. For example, the user defines a1, B1 and C1, from which the program creates a table that must contain a column for each variable. Thus, the user can set up to n columns. To build the table I am using netbeans interfaces. I’m trying to find a solution to this for a while .... someone could help me?
Welcome to sopt. What have you tried to do? It would be interesting to add what you have already tried in the question, for a future solution to have where to start.
– user28595
Dude, I don’t know your solution, but creating new columns in the bank has a 99.999999% chance of having a better way to do what you want. DDL commands should never be available to users.
– Júlio Neto