PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → More than one database to choose
More than one database to choose
Débuté par Andre Fonseca, 04 jan. 2009 01:24 - 1 réponse
Posté le 04 janvier 2009 - 01:24
Hi everybody,

I'm trying windev 12 and want to know if it is possible to make a project with hiper file classic, hiper file client/server, sql server and oracle. Where the final client will choose the database to use.

I have a case tool that do this for me, but the developers of this tool are having serious problems to keep it updated and don't have an web version.

Thank's
Posté le 04 janvier 2009 - 18:49
Hi André...

Yes it's perfectly possible... You need of course in that case to use a
type of coding that will work against ALL these DB and it depends if you
want to use native access for oracle and mssql ($$$) or not... But even
if you don't, you can code in a way that will be compatible with all of
them and let the user choose during setup. You will have to code a
choice window, and store the DB info in something (registry or ini...)
but that's about it

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Andre Fonseca wrote:
Hi everybody,

I'm trying windev 12 and want to know if it is possible to make a project with hiper file classic, hiper file client/server, sql server and oracle. Where the final client will choose the database to use.

I have a case tool that do this for me, but the developers of this tool are having serious problems to keep it updated and don't have an web version.

Thank's