Problem with CreateDatabase SQLite
Posted: Tue 15 Oct 2013 21:12
Hey folks,
I am just trying to use the LinqConnect library within a new project.
I just created a model with the designer with the option model first.
So no I tryed to create the database at runtime but i always keep getting an error
When I execute:
_dataContext.CreateDatabase(false, true);
I get:
SQLite error
unknown database RE_EntranceSimple
Can someone post me an example how to create a SQLite database at runtime.
Thank you very much!
Best regards
Julian Nischler
I am just trying to use the LinqConnect library within a new project.
I just created a model with the designer with the option model first.
So no I tryed to create the database at runtime but i always keep getting an error
When I execute:
_dataContext.CreateDatabase(false, true);
I get:
SQLite error
unknown database RE_EntranceSimple
Can someone post me an example how to create a SQLite database at runtime.
Thank you very much!
Best regards
Julian Nischler