File: README.html

package info (click to toggle)
tcl-sql 20000621-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 612 kB
  • ctags: 81
  • sloc: cpp: 399; makefile: 60; tcl: 19; csh: 2
file content (58 lines) | stat: -rw-r--r-- 2,323 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
<title>The Tcl Generic Database Interface</title>
<BODY BGCOLOR="#ffffff" LINK="#0000ff" ALINK="#ff0000" TEXT="#000000">
<center>
 <h2>The Tcl Generic Database Interface</h2>
 <a href="mailto:tdarugar@binevolve.com">tdarugar@binevolve.com</a><br>
 <a href="http://www.binevolve.com/~tdarugar/">http://www.binevolve.com/~tdarugar/</a><br>
 <font size=-1>$Id: README.html,v 1.5 1998/06/30 18:18:47 tdarugar Exp $</font><br>
</center>

<p>
  Please read the <a href="LICENSE.txt">LICENSE.txt</a> included with 
this software for license information, and 
<a href="INSTALL.txt">INSTALL.txt</a> for installation information.
<a href="CHANGES.txt">CHANGES.txt</a> lists the changes to the software.

<p>
The goal of this project is to provide a generic tcl interface to
databases. The initial implementation is for the 
<a href="http://www.mysql.com/">MySQL</a> database. 

<p>
 See 
<a href="docs/api.html">docs/api.html</a> for a description of 
the interface and usage.

<p>
<h2>Supported Platforms</h2>
This package is developed on a RedHat 5.0 linux 2.0.32 box and
MySQL version:
<code>mysql  Ver 9.6 Distrib 3.21.19-beta, for pc-linux-gnu (i586)</code>.
It's known to also work on Solaris 2.5 and FreeBSD. If you use it
on other platforms please let me know and I'll add them to the list.

<p>
<h2>Mailing List</h2>
A mailing list is available for discussion of Tcl-GDBI. 
To subscribe
send email to
<a href="mailto:tclmysql-request@binevolve.com">tclmysql-request@binevolve.com</a>
with <b>subscribe</b> as the body of the message. To unsubscribe
send <b>unsubscribe</b> as the body of the message. To use the
list send email to
<a href="mailto:tclmysql@binevolve.com">tclmysql@binevolve.com</a> . If
you have questions or problems accessing the list contact
<a href="mailto:tclmysql-owner@binevolve.com">tclmysql-owner@binevolve.com</a> .

<p>
<h2>Getting the Software</h2>
This software is available for download from 
<a href="http://www.binevolve.com/~tdarugar/tcl-sql/download">
http://www.binevolve.com/~tdarugar/tcl-sql/download</a>.

<p>
<h2>Author Information</h2>
This software was written by Parand Tony Darugar, 
<a href="mailto:tdarugar@binevolve.com">tdarugar@binevolve.com</a>.
Please send me email with the subject "TCL-GDBI" if you are using this
software, have comments or suggestions, bug reports, etc.