PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD 20] Convert Existing Project to pstgresql
[WD 20] Convert Existing Project to pstgresql
Iniciado por guest, 01,oct. 2016 08:39 - 1 respuesta
Publicado el 01,octubre 2016 - 08:39
Hi All,

I currently using HyperFileSQL for my windev application and several customers using it. Now a particular customer demanding they need postgresql as database. How can i convert my existing HyperFileSQL database to postgresql and connect Postgresql in windev.


Thank You

Shijo S Philip
Publicado el 03,octubre 2016 - 10:39
you can download and use native access to PostgreSQL
http://doc.windev.com/en-US/…

To move the data from one db engine to the other you must program it by SQL or usinh H**
functions.
http://27130.foren.mysnip.de/read.php…

Be carefull every DB engine as it's own limitattions and ways to do thing, you must test you app using PostgreSQL and probably make some changes to the code.