need help in database

hi all,

(code : C# , Database : Sqlite3)

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???

thank you.

This does not seem to be a unity question near as much a sql question…

CREATE DATABASE database_name

http://www.w3schools.com has alot on sql. Since you should be communicating with it through an ODBC connection it should all work. You just have to know what your database is looking for when you start new database’s or table’s

hmm thanks for your reply BigMisterB. ya,its not a unity related question, i’m getting lot of doubts when i’m trying to connect my game into database…

Sadly, I am a db admin, but haven’t tried to hook unity into a db yet… LOL

hmm okay BigMisterB, then can you say is it possible to create a 2d array under a column??

yes