help in database

hi all,

(code : C# , Database : Sqlite3 , unity3d)

i want to know that, is it possible to create a database from single row into multiple rows or multiple columns in runtime ?

bcoz am trying to do as,converting a column records(ie. storing in a single dimensional) into many rows as well as columns(ie. Multidimensional array) in runtime...

Is it possible to do like this in unity3d??

or give any suggestions???

Thanks all.

Yes could by using ALTER TABLE

ALTER TABLE … - you could add or remove columns.

You could use that to get sqlite on all platforms: