PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Should I/Can I import my existing database schema?  Multitenancy WDM 20
Should I/Can I import my existing database schema? Multitenancy WDM 20
Iniciado por guest, 24,ene. 2016 04:19 - 2 respuestas
Publicado el 24,enero 2016 - 04:19
Greetings all,

I have a database schema that I have been working on using PowerDesigner.

I know I can export the database syntax to DDL. Can I import that into WinDev Mobile to create my database?

If so, would I be losing the capability to declare multiple languages or other regional features that I might get if I simply do the work of defining it all over again in the Analysis section of WinDev Mobile?

Are there any other considerations?

Also, I opened a PCS Cloud account today and I am hoping to automatically sync my the individual users's databases with databases in PCS Cloud.

How does that work? Do I define my database as a single user database or do I have to define it as a mult-tenant database from the start to have one database with a version for each client?

Thanks!!

Paul
Publicado el 24,enero 2016 - 15:50
Hi

I donnot know anything about powerdesigner. But I would create 1 db for each user in the cloud.
with the replication the sync could be realized.
Maybe use a webserveice to do the sync?

regards
Allard
Publicado el 24,enero 2016 - 20:19
Right. Thanks Allard!!

I guess database synchronization would not work too well if everyone shares the same database.

Paul