<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>EDN InterBase / Design / Stored Procedures Feed (en)</title>
<link rel="alternate" type="text/plain" href="http://edn.embarcadero.com/en/interbase/design/storedprocedures" title="EDN InterBase / Design / Stored Procedures (en)" />
<link rel="self" type="application/atom+xml" href="http://edn.embarcadero.com/en/interbase/design/storedprocedures/feed" title="EDN InterBase / Design / Stored Procedures Feed (en)" />
<id>http://edn.embarcadero.com/en/interbase/design/storedprocedures</id>
<updated>2013-05-18T08:39:55-07:00</updated>
<atom:PageCount xmlns:atom="http://www.w3.org/2005/Atom">1</atom:PageCount>
<entry>
<title>How to reset a generator.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/30201" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/506.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/30201</id>
<updated>2003-07-09T00:00:00-07:00</updated>
<published>2003-07-09T00:00:00-07:00</published>
<summary>A breif description of how to use the GEN_ID function to reset a generator. Plus a link to a document describing how to use the SET GENERATOR statement to do the same,</summary>
</entry>
<entry>
<title>Seeing the generator value just inserted.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/29886" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/581.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/29886</id>
<updated>2003-03-31T00:00:00-07:00</updated>
<published>2003-03-31T00:00:00-07:00</published>
<summary>A breif explanation of how to see the generatro value you just inserted.</summary>
</entry>
<entry>
<title>Starting transactions in Stored Procedures and User Defined Functions</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/29888" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/581.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/29888</id>
<updated>2003-03-31T00:00:00-07:00</updated>
<published>2003-03-31T00:00:00-07:00</published>
<summary>A brief explanation why you cannot start transactions in stored procedures and user defined functions.</summary>
</entry>
<entry>
<title>Arrays as parameters to stored procedures</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/26429" />
<author>
<name>Quinn Wildman</name>
<uri>http://gp.codegear.com/authors/edit/93.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/26429</id>
<updated>2000-12-13T00:00:00-08:00</updated>
<published>2000-12-13T00:00:00-08:00</published>
<summary>Arrays cannot be used as parameters to stored procedures</summary>
</entry>
<entry>
<title>Retrieving the first n records from a result set</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25104" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25104</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>It can be accomplished using a stored provedure</summary>
</entry>
<entry>
<title>A Listing of Interbase-specific, and ANSI 92 SQL Standard Arithmetic Operators</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25105" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25105</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>A chart that lists the operators supported in InterBase and their order of precedence:</summary>
</entry>
<entry>
<title>Bug No 8447: A For SELECT . . . SELECT in a Stored Procedure drops IBServer</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25118" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25118</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Resolved in Interbase 5.0</summary>
</entry>
<entry>
<title>How to create a stored procedure.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25177" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25177</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Simple example of creating a stored procedure</summary>
</entry>
<entry>
<title>Input / Output parameters for Stored Procedures</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25178" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25178</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>'Column unknown' errors when running stored procedure</summary>
</entry>
<entry>
<title>Calling an IB stored procedure using TStoredProc</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25249" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25249</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Short Delphi example that calls an Interbase Stored Procedure</summary>
</entry>
<entry>
<title>Manipulating Dates Inside a Stored Procedure</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25256" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25256</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Example procedures that add and subtract 30 days to/from today's date</summary>
</entry>
<entry>
<title>Rounding numerical values in a stored procedure</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25282" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25282</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>A UDF is the best way to round a numeric value to an integer</summary>
</entry>
<entry>
<title>FOR SELECT   --- DO Example</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25437" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25437</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Important items to check when using a &quot;for select -- do&quot;</summary>
</entry>
<entry>
<title>Multiple Rows in Singleton Select error in Stored Procedure</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25500" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25500</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>This error occurs when you try to run a select statement in a situation where the procedure only expects to see one value.</summary>
</entry>
<entry>
<title>Select-Suspend procedure behaves differently via InterSolv-ODBC</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25534" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25534</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Workaround is to call the procedure using select rather  than execute procedure.</summary>
</entry>
<entry>
<title>How to Update a column in a Table w/ values from another table</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25562" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25562</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Example using Stored Procedure and UPDATE statement</summary>
</entry>
<entry>
<title>How can I tell if a record was found by a select in a stored procedure?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25564" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25564</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Use the 'exists' operator in the select statement to tell you if  the select statement returned any records.</summary>
</entry>
<entry>
<title>How to use 'returning_values' with a stored procedure</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25587" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25587</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Stored Procedures return values in variables</summary>
</entry>
<entry>
<title>Can I alter triggers within a stored procedure?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25590" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25590</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>DDL command are not allowed in Stored Procedures</summary>
</entry>
<entry>
<title>Can I create stored procedures via Delphi or C++ Builder?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25669" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25669</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Delphi and C++ Builder can create InterBase stored procedures</summary>
</entry>
<entry>
<title>Error when running isql script: -Token unknown - line 4, char 2 -when</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25743" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25743</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Error occurs due to improperly written Stored Procedure or Trigger</summary>
</entry>
<entry>
<title>Does InterBase support DATE literals, if yes how do I use them?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25797" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25797</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Does InterBase support DATE literals, if yes how do I use them?</summary>
</entry>
<entry>
<title>Joining two stored procedures</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25835" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25835</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Example using employee sample database</summary>
</entry>
<entry>
<title>Dropping a procedure generates invalid request BLR error</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25848" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25848</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>This error is produced when a stored procedure calls another stored procedure,&lt;br&gt;but with the wrong number or type of parameters.</summary>
</entry>
<entry>
<title>Introduction to InterBase Stored Procedures and Triggers</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/27197" />
<author>
<name>Conference Speaker</name>
<uri>http://gp.codegear.com/authors/edit/589.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/27197</id>
<updated>2000-07-12T00:00:00-07:00</updated>
<published>2000-07-12T00:00:00-07:00</published>
<summary>The heart of client/server application development is using stored procedures and triggers effectively. This session will provide a complete, practical, example-based introduction to these topics.</summary>
</entry>
</feed>
