PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → How to set up a WEBDEV project with "direct ODBC"?
How to set up a WEBDEV project with "direct ODBC"?
Iniciado por Gerrit MUELLER, 27,jun. 2015 10:39 - 2 respuestas
Miembro registrado
5 mensajes
Publicado el 27,junio 2015 - 10:39
Dear Community,

When I try to create a project and an analysis, I am coming to point: "choose types of databases used in project". There is no possibility to choose "direct ODBC", because such a choice does not exist.
How can I configure a project for use with "direct ODBC" access in practice?

Best Regards,
Gerrit
Publicado el 28,junio 2015 - 13:40
Hi Gerrit,

in the analysis, you should declare your files based on the type of DB,
NOT on the type of access to the DB

THen in your project init code, setup the access using hchangeconnexion

Best regards

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

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 6/27/2015 2:39 AM, Gerrit MUELLER wrote:
Dear Community,

When I try to create a project and an analysis, I am coming to point:
"choose types of databases used in project". There is no possibility to
choose "direct ODBC", because such a choice does not exist. How can I
configure a project for use with "direct ODBC" access in practice?

Best Regards,
Gerrit
Miembro registrado
5 mensajes
Publicado el 29,junio 2015 - 13:01
Dear Fabrice,

thank you for your tips, I will try it.

Best Regards,
Gerrit