Skip to content

Commit 07e8075

Browse files
author
clach04
committed
Clarified ingresdbi is a community project.
Updated incorrect refs to Ingres.com with working Actian.com urls. Fixed a spelling mistake. git-svn-id: http://code.ingres.com/ingres/drivers/python/main@7983 45b5d43f-8932-4c86-835a-3654e5842839
1 parent 5d75422 commit 07e8075

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.txt

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Ingres Python DBI Driver Version 2.0.1
44

55
.. include:: <isonum.txt>
66
.. contents::
7-
.. TODO add .. sectnum:: - requires Ingres css cleanup due to dupicate (and out of step) section numbers
7+
.. TODO add .. sectnum:: - requires Ingres css cleanup due to duplicate (and out of step) section numbers
88
code blocks - take default css for docutils and apply Ingres changes to it piecemeal
9-
fix up Mac docs, e.g. x86 builds for 32 bit - see forumn
9+
fix up Mac docs, e.g. x86 builds for 32 bit - see forums
1010
python 2.4 support is mandatory due to datetime
1111
copyright symbol work?
1212

@@ -63,8 +63,8 @@ To build and install the Ingres Python DBI interface, the following
6363
components are needed:
6464

6565
- Ingres r3 or above, including Ingres 2006. For a list of binary
66-
downloads, see http://www.ingres.com. For a source listing if you wish
67-
to build Ingres from source code, see http://www.ingres.com.
66+
downloads, see http://www.actian.com. For a source listing if you wish
67+
to build Ingres from source code, see http://www.actian.com.
6868
- Ingres ODBC driver and related header files
6969
- C compiler (for example, GNU/C or Microsoft Visual Studio)
7070
- Python interpreter version 2.4 or above
@@ -74,7 +74,7 @@ Using the driver
7474
~~~~~~~~~~~~~~~~
7575

7676
- Ingres r3 or above, including Ingres 2006. For a list of binary
77-
downloads, see http://www.ingres.com.
77+
downloads, see http://www.actian.com.
7878
- Ingres ODBC driver
7979
- Python interpreter version 2.4 or above
8080

@@ -132,7 +132,7 @@ following keywords are valid:
132132
* - connectstr
133133
- alternate connection string
134134
* - vnode
135-
- vnode definition as defined in the Ingres netutil utility. For more information, see the `Ingres Connectivity Guide <http://docs.ingres.com/connectivity/>`_
135+
- vnode definition as defined in the Ingres netutil utility. For more information, see the `Ingres Connectivity Guide <http://docs.actian.com/ingres/10s/connectivity-guide/>`_
136136
* - uid
137137
- user login ID
138138
* - pwd
@@ -167,7 +167,7 @@ the vnode definition, or the vnode attribute can be omitted.
167167

168168
If the "connectstr" keyword is specified, the other keywords are optional.
169169
The "connectstr" keyword specifies an ODBC connection string. For examples of
170-
valid Ingres ODBC connection strings, see the `Ingres Connectivity Guide <http://docs.ingres.com/connectivity/>`_.
170+
valid Ingres ODBC connection strings, see the `Ingres Connectivity Guide <http://docs.actian.com/ingres/10s/connectivity-guide>`_.
171171

172172
All of the above keywords reference string values except for the "trace"
173173
keyword. The "trace" keyword references a tuple with two members. The first
@@ -475,15 +475,10 @@ Windows Issues
475475
Support
476476
-------
477477

478-
Support for the Python Ingres DBI interface is available from a number of
479-
different sources. Users with a support contract can either raise an issue
480-
via https://servicedesk.ingres.com/ or through their local technical
481-
support department. See http://ingres.com/support for a complete list of
482-
locations, primary service hours, and telephone numbers. Users without a
483-
support contract can post questions or problems to the Ingres Community
484-
Forums (http://community.ingres.com/forum/ or to comp.databases.ingres
485-
(http://groups.google.com/group/comp.databases.ingres)
478+
The Python Ingres DBI driver is a community project. Questions or problems
479+
can be posted to the Ingres Community Forums (http://community.actian.com/forum/
480+
or to comp.databases.ingres (http://groups.google.com/group/comp.databases.ingres)
486481

487482
--------
488483

489-
Copyright |copy| 2008 Ingres Corporation. All rights reserved.
484+
Copyright |copy| 2008 Actian Corporation. All rights reserved.

0 commit comments

Comments
 (0)