Topic: Update Database from SqliteStudio

How can I make the sqlite update results from the sqlitestudio 3.4.5 application readable on MVD?

Re: Update Database from SqliteStudio

DATABASE STRUCTURE MUST BE CREATED IN MVD.
Database structure changes made in sqlitestudio will not be reflected in MVD.
You can populate tables in your database in sqlitestudio without any problems, as long as they do not contain relationships with other tables.
If your tables contain relationships with other tables, you must be sure that you have entered these relationships correctly.
Otherwise, you will not get the desired result in MVD.