Board index » delphi » accessing foxpro dbf files...
|
Flatman
Delphi Developer |
|
Flatman
Delphi Developer |
accessing foxpro dbf files...2004-01-13 07:31:11 PM delphi100 I'm developping an application which should access a lot of foxpro dbf tables on a file server ... I'm thinking of 2 ways to access data : - advantage local server - dbexpress with an odbc driver to foxpro the solution has to be free of charge ! (except for the delphi entreprise software) any body used one of these (or may be another way) ? what would be the best choice for performance ? Erik |
| Andrew
Delphi Developer |
2004-01-14 04:21:36 PM
Re:accessing foxpro dbf files...
On Tue, 13 Jan 2004 12:31:11 +0100, "Flatman" <XXXX@XXXXX.COM>
writes: QuoteI'm developping an application which should access a lot of foxpro dbf very low maintenance, powerful) I think it is better than SQLServer on all those grounds. Delphi has components that connect natively (Interbase tab) so you don't need the BDE at all. I use it all the time and find it to be rock-solid, reliable and very fast. You can import all the FoxPro tables easily enough. |
| Flatman
Delphi Developer |
2004-01-14 09:43:35 PM
Re:accessing foxpro dbf files...
Well I have to use the foxpro tables as is ... Since they will still be
running old dos/foxpro programs on them .... Thanks anyway.. Erik "Andrew" <XXXX@XXXXX.COM>writes QuoteOn Tue, 13 Jan 2004 12:31:11 +0100, "Flatman" <XXXX@XXXXX.COM> |
| J.W.T. Meakin
Delphi Developer |
2004-01-28 07:43:37 AM
Re:accessing foxpro dbf files...
In article <XXXX@XXXXX.COM>,
XXXX@XXXXX.COM says... Quote> look/what to read, or even sample code, much appreciated. Bill Meakin. |
