PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How do you import text data to an existing HFSQL table
How do you import text data to an existing HFSQL table
Iniciado por nonamezanarak, 14,mar. 2016 04:36 - 1 respuesta
Publicado el 14,marzo 2016 - 04:36
How do you import text data to an existing HFSQL table
Publicado el 14,marzo 2016 - 12:37
Hi,

there are many different possible methods, depending on where the text
is coming from and what you need to do with it
- himporttext is one of them
- freadline another
- floadtext and extractstring another
etc...

Best regards

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

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


On 3/13/2016 10:36 PM, noname wrote:
> How do you import text data to an existing HFSQL table