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.
我想从我的 asp.net 网页运行一个选择 PL/SQL 查询,比如通过创建一个按钮并单击它会执行一个选择语句并将结果显示在数据表中。
我不想创建存储过程并这样做,因为这是不允许的。
请建议。
@Mukesh 您可以参考以下链接
运行查询,获取值,然后在 ASP.net (VB) 中更新记录
http://msdn.microsoft.com/en-us/library/fksx3b4f.aspx