Page 1 of 1

Dbf to MySql/MariaDB

PostPosted: Fri Dec 15, 2017 9:05 pm
by acuellar
Estimados

Existe alguna función en Tdolphin para importar desde dbf
Así como éstas
Code: Select all  Expand view

  oCnr:importfromdbf( cPathDBF+"datper.dbf" ) //de FWCONNECT
//O ésta
  FW_AdoImportFromDBF( oCn,cPathDBF+"datper.dbf" ) //de ADO
 


Necesito también pasar de Localhost a EMBEDDED

Gracias por la ayuda

Re: Dbf to MySql/MariaDB

PostPosted: Sat Dec 16, 2017 12:39 am
by nageswaragunupudi
FWH MariaDB method oCn:ImportFromDBF() works with Embedded server also.
You can use FWH methods to import DBF and then work with TDolphin.

Re: Dbf to MySql/MariaDB

PostPosted: Sat Dec 16, 2017 1:00 am
by acuellar
Thanks Mr. Rao
My version of FWH is 1501 and it does not have that function. I hope to update in 2018