PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → how to connect the exist database
how to connect the exist database
Iniciado por nian.zhou, 23,ene. 2015 02:19 - 1 respuesta
Publicado el 23,enero 2015 - 02:19
hello guys, i feel it's difficult to use the database on develop,can you give me some suggestion?

now i have a database on HFSQL, many .FIC .NDX files,and the old data is in those files, how to use those files on another programme? like mssql , i can use the connection file(username,password) and use sql statement on the database to read freely. i feel puzzled
Publicado el 23,enero 2015 - 11:37
Hi

you can install ODBC or OLE DB on HF and use it the same way that what I
think you are describing for mssql

Of course, that is possible only if the DB is not encrypted OR if you
know the corresponding password, and that depends of the developer
decision. If, as I suspect, it's not you, then you have to ask the
application development team for more information

Best regards


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

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 1/22/2015 8:19 PM, Libra wrote:
hello guys, i feel it's difficult to use the database on develop,can you
give me some suggestion?

now i have a database on HFSQL, many .FIC .NDX files,and the old data is
in those files, how to use those files on another programme? like mssql
, i can use the connection file(username,password) and use sql statement
on the database to read freely. i feel puzzled