Componentes.Terceros.RemObj.../official/5.0.23.613/Data Abstract for Delphi/Samples/Stored Procedures/StoredProcedures.Sample.html

36 lines
878 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\da.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>Stored Procedures Sample</span>
</p>
<h2>Purpose</h2>
<p>
This example shows how to use the IDAConnection's <b>GetStoredProcedureNames</b> method to retrieve a list of stored procedures for the connection.
<br />
It also shows how to use IDAConnection's <b>NewCommand</b> to access the <b>IDASQLCommand</b> interface:
</p>
<ul>
<li><b>RefreshParams</b> receives the parameters of this stored procedure.</li>
<li><b>Execute</b> the stored procedure.</li>
</ul>
<h2>Examine the Code</h2>
<ul>
<li>
See the simple code in <b>StoredProceduresMain.pas</b>.
</li>
</ul>
</body>
</html>