You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.txt
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Ingres Python DBI Driver Version 2.0.1
4
4
5
5
.. include:: <isonum.txt>
6
6
.. 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
8
8
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
10
10
python 2.4 support is mandatory due to datetime
11
11
copyright symbol work?
12
12
@@ -63,8 +63,8 @@ To build and install the Ingres Python DBI interface, the following
63
63
components are needed:
64
64
65
65
- 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.
68
68
- Ingres ODBC driver and related header files
69
69
- C compiler (for example, GNU/C or Microsoft Visual Studio)
70
70
- Python interpreter version 2.4 or above
@@ -74,7 +74,7 @@ Using the driver
74
74
~~~~~~~~~~~~~~~~
75
75
76
76
- 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.
78
78
- Ingres ODBC driver
79
79
- Python interpreter version 2.4 or above
80
80
@@ -132,7 +132,7 @@ following keywords are valid:
132
132
* - connectstr
133
133
- alternate connection string
134
134
* - 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/>`_
136
136
* - uid
137
137
- user login ID
138
138
* - pwd
@@ -167,7 +167,7 @@ the vnode definition, or the vnode attribute can be omitted.
167
167
168
168
If the "connectstr" keyword is specified, the other keywords are optional.
169
169
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>`_.
171
171
172
172
All of the above keywords reference string values except for the "trace"
173
173
keyword. The "trace" keyword references a tuple with two members. The first
@@ -475,15 +475,10 @@ Windows Issues
475
475
Support
476
476
-------
477
477
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
0 commit comments