Skip to content

Commit

Permalink
Clarified ingresdbi is a community project.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
clach04 committed Jun 27, 2013
1 parent 5d75422 commit 07e8075
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Ingres Python DBI Driver Version 2.0.1

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

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

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

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

Expand Down Expand Up @@ -132,7 +132,7 @@ following keywords are valid:
* - connectstr
- alternate connection string
* - vnode
- vnode definition as defined in the Ingres netutil utility. For more information, see the `Ingres Connectivity Guide <http://docs.ingres.com/connectivity/>`_
- 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/>`_
* - uid
- user login ID
* - pwd
Expand Down Expand Up @@ -167,7 +167,7 @@ the vnode definition, or the vnode attribute can be omitted.

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

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

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

--------

Copyright |copy| 2008 Ingres Corporation. All rights reserved.
Copyright |copy| 2008 Actian Corporation. All rights reserved.

0 comments on commit 07e8075

Please sign in to comment.