在 Excel To SQL 中执行 LINQ 查询
我希望能够使用 LINQ 和 Excel 与 SQL 数据库进行交互(这是一个遗留问题)。这种事情可能吗?
我正在使用 SQLMetal,并在 VB 中生成了一些数据库类,但它们似乎并没有顺利进入 Excel(我收到了很多红色错误文本)。
任何想法将不胜感激。
I want to be able to interact with an SQL database using LINQ and Excel (it's a legacy thing). Is this sort of thing possible?
I'm screwing around with SQLMetal, and have generated some database classes in VB, but they don't seem to go in smoothly into Excel (I'm getting a lot of red error text).
Any ideas would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 LINQ 不太了解,但是有什么原因不能使用 ADO 或 excel 中的导入外部数据功能(数据-导入外部数据-新建数据库查询)?
I don’t know much about LINQ but is there a reason why you can’t either use ADO or the import external data feature in excel(Data-Import external data-New database query)?