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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -