> I have a winforms application built on firebird DB and I need to import 
> some
> data from dbf files by this winforms application. Import will be doing 1 
> per
> month. The user of my application simple choose dbf file(with rigth
> structure ofcourse) and something make import. Should I use some DBF .NET
> DataProvider(Do you know some?), through it application load data from dbf
> into dataset and this dataset will be saved by Firebird .NET DataProvider 
> to
> DB?

I had success reading .dbf files with the OleDb .NET provider included in 
the framework, so you might want to try it first, as no ODBC 
driver/configuration is needed.

For sample connection strings, see:

http://www.connectionstrings.com/

Regards,

-Benton 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to