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 数据的方法。尽管如此,谷歌文件助手。它是处理分隔文本的绝佳库。