Page 1 of 1

FW_AdoImportFromDBF

Posted: Mon Oct 10, 2022 5:29 pm
by kajot
can you turn off so that the function FW_AdoImportFromDBF does not add column ID

best regard
kajot

Re: FW_AdoImportFromDBF

Posted: Mon Oct 10, 2022 6:48 pm
by nageswaragunupudi
Yes.
Syntax:

Code: Select all | Expand

FW_AdoImportFromDBF( oCn, cDbf, [cAdoTable], [cColPrefix], [nMultiRowSize], [aFields], .F. )


Use .F. as 7th parameter

Re: FW_AdoImportFromDBF

Posted: Tue Oct 11, 2022 1:33 pm
by kajot
thank, it works

maybe, there is codepage parameter

Re: FW_AdoImportFromDBF

Posted: Tue Oct 11, 2022 2:29 pm
by nageswaragunupudi
maybe, there is codepage parameter


No.
Can you please explain what exactly are you looking for?
Are you working with MSSQL?

Re: FW_AdoImportFromDBF

Posted: Tue Oct 11, 2022 3:13 pm
by kajot
my dbf using codepage 'PLMAZ'
and I want to move dbf to mysql or mssql where codepage is 'PLWIN'