Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
firebird データベースを使用する C# アプリケーションを作成しています。データベースにcsvファイルに保存されたデータを入力する必要があります。これを行う簡単な方法を教えてもらえますか?
Filehelpers を使用して CSV データをインポートし、プレーンな ADO.NET またはお気に入りの ORM を使用して Firebird データベースにプッシュできます。しかし、Firebird 自体に CSV データを直接インポートする方法があることはほぼ確実です。それでも、Google FileHelpers です。区切りテキストを処理するための優れたライブラリです。