且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Oracle中的返回值

更新时间:2022-11-13 12:21:07

您被困在哪里?

无论如何,在此处 [ ^ ]一些示例代码,您如何将存储过程绑定到gridview.
您将需要安装oracle客户端并相应地更改连接,connectionstring,命令和名称空间.
在您的情况下,CommandText为:cmd.CommandText = "GSI_GIC.PK_GSIMSGDATA.GSIMSG_Data";
这应该足以让您入门,遇到特定问题时再回来.
Where are you stuck?

Anyway, here''s[^] some example code how you bind a stored procedure to a gridview.
You would need to install an oracle client and change the connection, connectionstring , command and namespaces accordingly.
The CommandText would in your case be: cmd.CommandText = "GSI_GIC.PK_GSIMSGDATA.GSIMSG_Data";
This should be enough to get you started, come back when you have specific problems.