How can I create a new table in SQL Server CE for Windows phone 8 c# -


i want create new table @ runtime don't know how this.

when want insert database when haven't example person table i've got error

the specified table not exist

it's logical table doesn't exist, have create table @ runtime , don't know how?

you must use databaseschemaupdater class, described here: https://msdn.microsoft.com/en-us/library/windows/apps/hh394018(v=vs.105).aspx


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -