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.
我正在使用 oraclequery 组件来运行一些数据库查询。我已成功获得要通过 ConnectionString 配置查询的 Oracle 数据库的组件连接。我已经成功测试了我在 CommandText 字段中编写的查询。现在,如何捕获查询的输出?
提前致谢!
我收到了外部回复。以下是提供给我的内容的回顾:
您创建一个带有所需结果的必要组件的 windows 窗体(对于这种情况,我们有一个启动自动化/查询的按钮和一个将显示查询结果的动态输出的 dataGridView 组件)