PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] problem to import DBFs
[WD19] problem to import DBFs
Iniciado por guest, 16,ene. 2015 10:49 - 1 respuesta
Publicado el 16,enero 2015 - 10:49
Hi .
I switch my database to C/S into analysis and now have a problem.
Before I am use code to connect database to server (classic defined into analysis)
My function for import data from old DBF tables work perfect but now I have an error.
Now External DBF's can not be opened with HDbOpen() and database engine try to find these files into analysis and ask me to insert relative path intead ("C.\"). After that ask me to HDeclare() files and so on.
Please help.
Publicado el 16,enero 2015 - 11:27
Hi

if you do a search on this forum, you'll see that most of us are declaring their files in the analysis as CLASSIC, then change that by code in the project init... This will avoid all these problems (yours is only one between many) that can occurs

Best regards