can you turn off so that the function FW_AdoImportFromDBF does not add column ID
best regard
kajot
FW_AdoImportFromDBF
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: FW_AdoImportFromDBF
Yes.
Syntax:
Use .F. as 7th parameter
Syntax:
Code: Select all | Expand
FW_AdoImportFromDBF( oCn, cDbf, [cAdoTable], [cColPrefix], [nMultiRowSize], [aFields], .F. )
Use .F. as 7th parameter
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: FW_AdoImportFromDBF
maybe, there is codepage parameter
No.
Can you please explain what exactly are you looking for?
Are you working with MSSQL?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: FW_AdoImportFromDBF
my dbf using codepage 'PLMAZ'
and I want to move dbf to mysql or mssql where codepage is 'PLWIN'
and I want to move dbf to mysql or mssql where codepage is 'PLWIN'
best regards
kajot
kajot