1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
<html>
<head>
<title>KInterbasDB Links</title>
<link rel="stylesheet" href="global.css" type="text/css">
</head>
<body>
<a href="index.html">Table of Contents</a>
<hr>
<h1 class="compactHeading"><a name="top">KInterbasDB Links</a></h1>
<h3>KInterbasDB</h3>
<ul>
<li><a href="http://kinterbasdb.sourceforge.net">Home Page</a></li>
</ul>
<h3><a name="python_plus_databases">Python + Databases</a></h3>
<ul>
<li><a href="http://www.python.org">Python</a></li>
<ul>
<li>Presenting
<a href="http://www.python.org/~guido/images/Guido@200dpi.jpg">BDFL Classic</a>®,
an innovative line of fashion accessories from Mathematisch Centrum
Haberdashery.
</li>
</ul>
<br>
</li>
<li><a href="http://www.python.org/sigs/distutils-sig/">distutils Home Page</a></li>
<li><a href="http://www.python.org/doc/current/inst/inst.html">distutils Installation Instructions for Generic Packages</a>
<br><br>
</li>
<li><a href="http://www.python.org/topics/database/">Python Database Topic Guide</a></li>
<li><a href="http://www.python.org/topics/database/DatabaseAPI-2.0.html">Python DB-API Spec 2.0</a>
<ul>
<li><a href="http://www.python.org/peps/pep-0249.html">PEP 249 - Augmented Python DB-API Spec 2.0</a></li>
</ul>
<br>
</li>
<li><a href="http://directory.google.com/Top/Computers/Programming/Languages/Python/Modules/Databases_and_Persistence/">Google's Python Database Module Directory</a></li>
<li><a href="http://py.vaults.ca/parnassus/apyllo.py/973100124">Vaults of Parnassus - Database section</a></li>
</ul>
<h3><a name="zope">Zope Database Adapters for Interbase®/Firebird</a></h3>
<ul>
<li><a href="http://www.zope.org/Members/mwoj/kinterbasdbDA">kinterbasdbDA</a> (based on kinterbasdb)</li>
<li><a href="http://savannah.nongnu.org/projects/zfirebirdda/">ZFireBirdDA</a> (based on kinterbasdb)
<br><br>
</li>
<li><a href="http://www.zope.org/Members/bkc/gvibDA">gvibDA</a> (based on gvib)
<br><br>
</li>
<li><a href="http://www.creditscore.co.nz/node7.html">isectZope</a>
(based on <a href="http://isectd.sourceforge.net/">isectd</a>)
</li>
</ul>
<h3><a name="interbase_and_firebird">Interbase® and Firebird</a></h3>
<ul>
<li><a href="http://firebirdsql.org">Firebird</a></li>
<li><a href="http://www.interbase.com">Interbase®</a></li>
<li><a href="http://www.ibphoenix.com">IBPhoenix</a>
<ul>
<li><a href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_contrib_download">IBPhoenix Contributed Downloads</a></li>
</ul>
</li>
<li><a href="http://directory.google.com/Top/Computers/Software/Databases/InterBase/">Google's Interbase® Directory</a></li>
<li><a href="http://www.mengoni.it/downloads.html">IB<strong>O</strong>Console - nice, free Win32 GUI for Firebird</a></li>
</ul>
<h3><a name="help">Help</a></h3>
<ul>
<li><a href="http://www.amk.ca/python/writing/DB-API.html">Brief Python DB API Tutorial</a></li>
<li><a href="http://sourceforge.net/forum/forum.php?forum_id=30917">KInterbasDB User forum</a> (on SourceForge)</li>
<li><a href="http://groups.yahoo.com/group/firebird-support/">Firebird-Support forum</a> (Yahoo Group)</li>
<li><a href="http://mail.python.org/pipermail/db-sig/">Python Database SIG mailing list</a>
<br><br>
</li>
<li><a href="http://directory.google.com/Top/Computers/Programming/Languages/SQL/FAQs,_Help,_and_Tutorials/">SQL Tutorials</a>
<ul>
<li><a href="http://www.onlamp.com/pub/ct/19">An Especially Good SQL Tutorial</a></li>
</ul>
</li>
</ul>
<h3><a name="other">Other</a></h3>
<ul>
<li><a href="http://fixedpoint.sourceforge.net/">Python Fixed Point Math module</a>
(supercedes Tim Peters's FixedPoint.py).<br>
Useful for precise representation of the database's
<code>NUMERIC</code> and <code>DECIMAL</code> datatypes in Python.
</li>
</ul>
<br><br>
<hr>
<a href="index.html">Table of Contents</a>
</body>
</html>
|