<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>EDN InterBase / Access Tools / API Feed</title>
<link rel="alternate" type="text/plain" href="http://edn.embarcadero.com/interbase/accesstools/api" title="EDN InterBase / Access Tools / API" />
<link rel="self" type="application/atom+xml" href="http://edn.embarcadero.com/interbase/accesstools/api/feed" title="EDN InterBase / Access Tools / API Feed" />
<id>http://edn.embarcadero.com/interbase/accesstools/api</id>
<updated>2013-05-23T23:13:54-07:00</updated>
<atom:PageCount xmlns:atom="http://www.w3.org/2005/Atom">1</atom:PageCount>
<entry>
<title>Multi-threaded applicattion exception</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/28796" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/506.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/28796</id>
<updated>2002-06-25T00:00:00-07:00</updated>
<published>2002-06-25T00:00:00-07:00</published>
<summary>Multi-threaded applications need one connection per thread.</summary>
</entry>
<entry>
<title>Creating a database via the InterBase API.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25148" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25148</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Steps for Creating a Database via InterBase API</summary>
</entry>
<entry>
<title>How to return count of deleted records</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25268" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25268</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Short example using API to get count of deleted records</summary>
</entry>
<entry>
<title>An example of how to use isc_dsql_execute_immediate</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25269" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25269</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>C Example for isc_dsql_execute_immediate InterBase API function</summary>
</entry>
<entry>
<title>Linking Errors when using InterBase API with C++Builder 3</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25415" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25415</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>The C++Builder incremental linker prepends an underscore to the InterBase API functions. The gds32.dll does not export these functions with an underscore, thus the Unresolved external error message.</summary>
</entry>
<entry>
<title>API example of deleting a record</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25432" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25432</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Copy and paste the following source into a source file.</summary>
</entry>
<entry>
<title>Can I have ODBC and IB API code in the same application?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25458" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25458</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Yes, you can use both ODBC and native API in the same app.</summary>
</entry>
<entry>
<title>How do I set up the database cache?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25474" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25474</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>4 different ways to set the cache</summary>
</entry>
<entry>
<title>How do I create an Embedded C application to GRANT on a database</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25476" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25476</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>GPRE example</summary>
</entry>
<entry>
<title>Parsing results from isc_database_info() to obtain a list of connected users</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25494" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25494</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Format returned to the buffer</summary>
</entry>
<entry>
<title>Where to find an example of two-phase commit?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25496" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25496</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Api13.c in the InterBase Examples directory is a program that performs a multi-database transaction with a two-phase commit.</summary>
</entry>
<entry>
<title>How to get a list of users connected to a database</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25524" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25524</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Use the InterBase API function: isc_database_info</summary>
</entry>
<entry>
<title>Linking to the Shared Library in v3.3</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25627" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25627</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>3 possibilities to not seeing the shared library.</summary>
</entry>
<entry>
<title>How to access the query plan without running the query</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25634" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25634</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Call isc_dsql_sql_info() or use IB_WISQL</summary>
</entry>
<entry>
<title>What purpose does the word proto serve in the function prototype?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25713" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25713</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>PROTO is a macro defined by InterBase to make function headers compatible on the platform the user is running.</summary>
</entry>
<entry>
<title>Can I access the InterBase API without using C?</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25740" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25740</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>The API can be accessed from any API</summary>
</entry>
<entry>
<title>Using the InterBase Services Manager</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/27002" />
<author>
<name>Mark Duquette</name>
<uri>http://gp.codegear.com/authors/edit/582.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/27002</id>
<updated>1999-07-21T00:00:00-07:00</updated>
<published>1999-07-21T00:00:00-07:00</published>
<summary>How to use the new InterBase Service API to perform tasks such as database backup and restore, displaying connected users and databases, and retrieving database statistics.</summary>
</entry>
</feed>
