Thank you for taking the time to reply.
The application I am writing takes input from the user to define the
table name, number of columns, types etc... I tried formatting the
inputs in a list and then passing the list elements to Table(). I kept
getting error messages. I abandoned this approach and simply used
basic SQL expression to get this done. It works.
Again thank you for the response.

On Jul 23, 3:47 am, Nebur <g...@reifenberg.de> wrote:
> That shouldn't be too hard...
> When creating a Table as shown in the tutorial, you can provide any
> number of columns.
> You can later modify an existing Table object; there's an
> append_column method. 
> See:http://www.sqlalchemy.org/docs/reference/sqlalchemy/schema.html#table...
>  Nebur

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to