JezK
Edit File: programming.html
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 11. Programming</title><link rel="stylesheet" type="text/css" href="userguide.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="FreeTDS User Guide" /><link rel="up" href="index.html" title="FreeTDS User Guide" /><link rel="prev" href="Advocacy.html" title="Advocacy" /><link rel="next" href="apireference.html" title="API Reference Manual" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 11. Programming</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Advocacy.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="apireference.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="programming"></a>Chapter 11. Programming</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="programming.html#TDSprotocolref">TDS protocol reference</a></span></dt><dt><span class="sect1"><a href="apireference.html">API Reference Manual</a></span></dt><dt><span class="sect1"><a href="dblib.api.summary.html"><code class="systemitem">DB-Library</code> API Implementation Summary</a></span></dt><dt><span class="sect1"><a href="ctlib.api.summary.html">ct-lib API Implementation Summary</a></span></dt><dt><span class="sect1"><a href="odbc.api.summary.html">ODBC API Implementation Summary</a></span></dt><dt><span class="sect1"><a href="samplecode.html">DB-Library for the Tenderfoot</a></span></dt><dd><dl><dt><span class="sect2"><a href="samplecode.html#samplecode.include">Header files</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.prolog">Prolog</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.init">Initialize</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.connect">Connect to the server</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.query">Send a query</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.results">Fetch Results</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.errors">Messages and Errors</a></span></dt><dt><span class="sect2"><a href="samplecode.html#samplecode.wrapup">Last Remarks</a></span></dt></dl></dd></dl></div><p></p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="TDSprotocolref"></a>TDS protocol reference</h2></div></div></div><p>Can be found on <a class="ulink" href="http://www.freetds.org/tds.html" target="_top">www.freetds.org</a></p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Advocacy.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="apireference.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Advocacy </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> API Reference Manual</td></tr></table></div></body></html>