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

C++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -