In interacting with VFP 9 application.
It creates files in FoxPro 2x dbf format.
VFP 9 can read most other dbf formats so it is possible to create dbf in any
format.
I'm looking for a way to create dbf file in exclusive mode and read them in
exclusive mode.
No multi user access, indexes are not required.
Andrus.
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:%2****************@TK2MSFTNGP03.phx.gbl...
Hi,
What kind of dbf files you will interact with?
Depending of what created it (VFP, DB(3,4,5), etc) you could need a
different driver.
--
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
"Andrus" <ko********@hot.eewrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>For file based export-import with existing programs I need to implement
dbf format file read/write from my .NET 2 winforms application.
It is not possible to force users to install something so this must be
included with my application.
Where to find C# source code which read/writes dbf files ?
Andrus.