git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
36 lines
878 B
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> |