FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour appinvetor
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

appinvetor

Posted: Fri Apr 06, 2018 03:42 PM

someone tried appinventor with dbf ?

http://appinventor.mit.edu/

I saw it possible load xml files into appinventor 2 emulator

perhaps we can create a function to converte dbf to xml and xml to dbf just my cent

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: appinvetor

Posted: Sat Apr 07, 2018 04:34 AM

Easy to convert dbf to xml. One can use (x)Harbour xml functions.
Not all xml files can be converted to dbf.

Reasons are obvious.
dbf stores two-dimensional data containing rows and columns.
xml can represent multi-dimensional data and also nested data.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Re: appinvetor

Posted: Sat Apr 07, 2018 08:23 AM

I saw it run good also with ascii files ( cvs)

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion