📄 otl4_interbase_examples.htm
字号:
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="Author" content="Sergei Kuchin">
<meta name="GENERATOR"
content="Mozilla/4.77 [en] (Win95; U) [Netscape]">
<meta name="KeyWords"
content="OTL, Oracle, ODBC, DB2, CLI, database API, C++, Template Library">
<title>OTL 4.0, Examples for FireBird Database/ ODBC</title>
</head>
<body>
<center>
<h1> OTL 4.0, Examples for FireBird Database / ODBC<br>
</h1>
<div style="text-align: left;">
The examples below work with <a href="http://firebird.sourceforge.net/">FireBird
Database</a><span style="font-family: monospace;"></span> via ODBC. For
more
examples, see the <a href="otl4_gen_odbc_examples.htm">Generic ODBC</a>
examples.</div>
</center>
<ul>
<ul>
</ul>
</ul>
<ol>
<li> <b><a href="otl4_ex133.htm">Example
133 (Simple
Insert/Select/Update)</a></b></li>
<li> <b><a href="otl4_ex134.htm">Example
134 ("Incompatible
datatypes in stream operation" exception)</a></b></li>
<li> <b><a href="otl4_ex135.htm">Example
135 (otl_datetime
container and DATE/TIME/TIMESTAMP table columns)</a></b></li>
<li> <b><a href="otl4_ex136.htm">Example
136 (otl_long_string
container and a BLOB column)</a></b></li>
<li> <b><a href="otl4_ex137.htm">Example
137 (std::string and
STL-compliant stream iterators)</a></b></li>
<li> <b><a href="otl4_ex138.htm">Example
138
(otl_stream::describe_select() with a simple Select)</a></b></li>
<li> <b><a href="otl4_ex139.htm">Example
139 (otl_stream and NULLs)</a></b></li>
</ol>
<center>
<hr width="100%">
<p><a href="otl3_const_sql.htm">Prev</a> <a href="otl3_compile.htm">Next</a><a
href="otl3.htm">Contents</a><a href="home.htm">Go Home</a></p>
</center>
<p>Copyright © 1996, 2008, Sergei Kuchin, email: <a
href="mailto:skuchin@aceweb.com">skuchin@aceweb.com</a>, <a
href="mailto:skuchin@gmail.com">skuchin@gmail.com
<script language="JavaScript"><!-- hide from old browsers
var modDate = new Date(document.lastModified)
document.write("<i> Last Updated:</i> " + (modDate.getMonth()+1) + "/" +
modDate.getDate() + "/" + "0"+(modDate.getYear())%100+".");
//-->
</script></a>.</p>
<p><i>Permission to use, copy, modify and redistribute this document
for any purpose is hereby granted without fee, provided that the above
copyright notice appear in all copies.</i> </p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5456201-1");
pageTracker._trackPageview();
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -