Hi Mr. MIGUELON
Never used ADS but I can understand that at some point SAP just decided it is not worth developing it further anymore as use base dvindled due to technology shift.
PGDBE requires yearly license fee (since this year) for each user connection at customer:
https://www.alaska-software.com/product ... t-list.cxp
Discussion:
viewtopic.php?f=15&t=3164
Mind that if you are sole user of database it might not present problems, but pGDBE might not be cooperating well when another software (web server, .net app) is reading/writing same data as it relies on set of special columns and tables across database with multiple triggers that need to be updated for simulated fixed indexes, 'deleted' and 'dbrlock' to work correctly.
Also I am not particullary sure PGBDE supports fully encrypted and protected connection to server (ssl_mode and certificate) which might be a obstacle in shared environments where any remote connect outside localhost of server is required to be encrypted.
Personally , I ditched new "DBF" developement in 2005 , went with sqlexpress since.
ANSI SQL wherever possible but various servers still have own quirks.
Moving logic from dbf->sql is not 'link and recompile' but is straight forward and doable.
At least for somehow modern aliased code.
GG
MIGUELON wrote: ↑Mon Oct 09, 2023 5:36 pm
Hello everyone
As you know, months ago our beloved ADS Database engine stopped having support. There will be no new versions.
I wonder what options you have made, because I have my entire application with the ADS engine and I doubt what to do.
The logical thing is to change to another engine like the one proposed by Xbase++ PostgreSQL.
I'm sure not everyone took that path, I would like if you could recommend the solution you have selected for this problem.
Greetings to all and continue enjoying the programming