File: index.html

package info (click to toggle)
sqlrelay 1%3A0.37.1-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 6,691
  • sloc: cpp: 48,136; python: 10,118; ansic: 9,673; java: 9,195; php: 8,839; perl: 8,827; sh: 8,554; ruby: 8,516; tcl: 5,039; makefile: 3,665
file content (141 lines) | stat: -rw-r--r-- 7,369 bytes parent folder | download
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<html>

<head>
<title>SQL Relay</title>
<link rel="stylesheet" href="css/styles.css">
</head> 

<body>

<span class="heading1">SQL Relay</span><br>

<p>SQL Relay is a persistent database connection pooling, proxying and load 
balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, 
PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, SQLite and
MS Access (minimally) with APIs for C, C++, Perl, Perl-DBI, Python,
Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java and TCL, drop-in replacement
libraries for MySQL and PostgreSQL clients, command line clients, a GUI
configuration tool and extensive documentation.  The APIs support advanced
database operations such as bind variables, multi-row fetches, client-side
result set caching and suspended transactions.  It is ideal for speeding up
database-driven web-based applications, accessing databases from unsupported
platforms, migrating between databases, distributing access to replicated
databases and throttling database access.</p>
<br>

<span class="heading2">Introduction</span><br>

<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="faq.html">SQL Relay FAQ</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="introtowebdb.html">Introduction to Database Access from Web-Based Applications</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="introduction.html">Introduction to SQL Relay</a><br>
<br>

<span class="heading2">Getting Started With Databases</span><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/oracle.html">Getting Started With Oracle</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/mysql.html">Getting Started With MySQL</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/msql.html">Getting Started With mSQL</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/postgresql.html">Getting Started With PostgreSQL</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/sybase.html">Getting Started With Sybase</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/msde.html">Getting Started With Microsoft SQL Server 2000 Desktop Engine</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/db2.html">Getting Started With IBM DB2</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/interbase.html">Getting Started With Interbase/Firebird</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/sqlite.html">Getting Started With SQLite</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="gettingstarted/access.html">Getting Started With Microsoft Access</a><br>
<br>

<span class="heading2">Administering SQL Relay</span><br>

<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="installing.html">Installing SQL Relay</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="configuring.html">Configuring SQL Relay</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="running.html">Running SQL Relay</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="loadbalfailover.html">Load Balancing and Failover</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="tuning.html">Tuning SQL Relay</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="windows.html">Using SQL Relay on Windows</a><br>
<br>

<span class="heading2">Developing with SQL Relay</span><br>

<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/c++.html">Programming with SQL Relay using the C++ API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/c.html">Programming with SQL Relay using the C API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/perl.html">Programming with SQL Relay using the Perl API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/perldbi.html">Programming with SQL Relay using the Perl DBI API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/php.html">Programming with SQL Relay using the PHP API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/phppeardb.html">Programming with SQL Relay using the PHP Pear DB API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/python.html">Programming with SQL Relay using the Python API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/pythondb.html">Programming with SQL Relay using the Python DB API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/ruby.html">Programming with SQL Relay using the Ruby API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/rubydbi.html">Programming with SQL Relay using the Ruby DBI API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/java.html">Programming with SQL Relay using the Java API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/tcl.html">Programming with SQL Relay using the TCL API</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="programming/zope.html">Programming with SQL Relay using Zope</a><br>
<br>

<span class="heading2">Using SQL Relay Drop-In Replacement Libraries</span><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="dropin/mysql.html">MySQL</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="dropin/postgresql.html">PostgreSQL</a><br>

<span class="heading2">SQL Relay API References</span><br>

<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/c++/sqlrclient.h.html">C++ API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/c/sqlrclientwrapper.h.html">C API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/perl/SQLRConnection.html">Perl SQLRConnection API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/perl/SQLRCursor.html">Perl SQLRCursor API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/perl/SQLRelay.html">Perl DBI API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/php/doc.html">PHP API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/python/PySQLRClient.py.html">Python API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/python/PySQLRDB.py.html">Python DB API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/ruby/ruby.html">Ruby API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/ruby/rubydbi.html">Ruby DBI API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/tcl/tcl.html">TCL API Reference</a><br>
<img src="invisible.gif" height="1" width="20" alt="  ">
<a href="api/java/index.html">Java API Reference</a><br>
<br>

</body>

</html>