FW_AdoImportFromDBF

Post Reply
User avatar
kajot
Posts: 339
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

FW_AdoImportFromDBF

Post by kajot »

can you turn off so that the function FW_AdoImportFromDBF does not add column ID

best regard
kajot
best regards
kajot
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: FW_AdoImportFromDBF

Post by nageswaragunupudi »

Yes.
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
User avatar
kajot
Posts: 339
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

Re: FW_AdoImportFromDBF

Post by kajot »

thank, it works

maybe, there is codepage parameter
best regards
kajot
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: FW_AdoImportFromDBF

Post by nageswaragunupudi »

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
User avatar
kajot
Posts: 339
Joined: Thu Nov 02, 2006 6:53 pm
Location: Poland

Re: FW_AdoImportFromDBF

Post by kajot »

my dbf using codepage 'PLMAZ'
and I want to move dbf to mysql or mssql where codepage is 'PLWIN'
best regards
kajot
Post Reply