PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → HFSQL file password (there is no forum group HFSQL)
HFSQL file password (there is no forum group HFSQL)
Iniciado por EKoster, 04,ene. 2024 13:45 - 1 respuesta
Miembro registrado
16 mensajes
Publicado el 04,enero 2024 - 13:45
I have installed the hfsql odbc driver. I can use this in python and read data from the database and place it in polars. The thing is, some tables have a password on the file. These tables give an error when quering them via the odbc.

Two solutions, both with 1 question:
1. Query the table via the odbc driver. Question, how can I add the password to the driver
2. Remove the password from the file. Question, how can I remove the password from the file (I know the password)
Miembro registrado
16 mensajes
Publicado el 04,enero 2024 - 14:25
Or
Export to xlsx with wdmap. But I need to know how to excute that via the command line