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++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -