PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Use CSV database in Windev
Use CSV database in Windev
Iniciado por tiago.mortinho, 01,dic. 2014 19:18 - 1 respuesta
Publicado el 01,diciembre 2014 - 19:18
Hello.
How can I use a CSV database in Windev .
The objective is to be able to always access the same database, which is updated by another application.
Best Regards
Tiago Mortinho
Publicado el 01,diciembre 2014 - 21:54
Hi Tiago

you cannot use directly a CSV file as a DB in windev. It is possible on
an XML file, though, so if you have a choice in format, that may be a
solution. In that case, just create a new file in the analysis, choose
XML as the format, and select the corresponding xml file.

Otherwise, it is quite easy to import a CSV file, if an extra step is
not a problem

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 12/1/2014 1:18 PM, Tiago Mortinho wrote:
Hello.
How can I use a CSV database in Windev .
The objective is to be able to always access the same database, which is
updated by another application.
Best Regards
Tiago Mortinho