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.
我正在编写一个跨数据库应用程序。在命令和连接方面,它可以与 ADO.NET 基类和 oledb 提供程序完美配合。
现在我需要编写一些代码来创建表、索引、删除它们、查询表列表等,我不期待有十几个版本的 MySql、MsSql、MsAccess、SQLite 等代码。
我怎样才能做到这一点?有没有像 ADOX 那样有帮助的库?
ADOX 仍然适用于 .Net。
通常,对数据库的 DDL 操作不是性能密集型的,因此对 COM 的额外编组并不重要。