Creating a SQLite table without columns
#1

EDIT: Apparently it's not possible

Are there any work-arounds? I'm trying to create a table and adding columns by using alter table.
Reply
#2

Not sure if understand...

you want multiple tables in a database?
Reply
#3

No, i just want to create a table with a shitload of columns.
I figured it would be easier to first create the table and then all the columns.
Reply
#4

Unless you're constantly going to edit the table structure within your script (?), I'd recommend setting up the structure outside of it. I'm not sure what you're trying to do, but you should also keep the amount of fields/columns to a minimum. If you need to add numbers to a column name then you're doing it wrong.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)