| byterock@cvs.perl.org 2005-12-01, 8:25 pm |
| Author: byterock
Date: Thu Dec 1 08:27:05 2005
New Revision: 2292
Modified:
dbd-oracle/branches/pythian/README.win32
Log:
fix for some typos in readme
Modified: dbd-oracle/branches/pythian/README.win32
====================
====================
====================
==================
--- dbd-oracle/branches/pythian/README.win32 (original)
+++ dbd-oracle/branches/pythian/README.win32 Thu Dec 1 08:27:05 2005
@@ -5,30 +5,29 @@ If you built Perl with gcc, read README.
--- other information, some of which is out of date ---
-11/30/05 -- John Scoles
-I have confirmend that this Makefile.pl will work for both Oracle InstantClient
+11/30/05 -- John Scoles <scoles@pythian.com>
+I have confirmed that this Makefile.pl will work for both Oracle InstantClient
10.2.0.1 & 10.1.0.4 using same process the Andy Hassall uses. Starting with a clean OD
-One needes only to get the latest version of Active Perl 5.8.7 use PPM to get DBI and then
+One needs only to get the latest version of Active Perl 5.8.7 use PPM to get DBI and then
install Microsoft Visual C++ toolkit, Windows SDK, and the Microsoft .net
-framework 1.1. and modify the vcars32.bat in C++ as follows
+framework 1.1. and modify the vcars32.bat in C++ dir as follows
- 1) Add the local path to the windows platform SDK include directory to the
- Set INCLUDE Command Line to include the needed files from the Windows SDK.
- e.g. "C:\Program Files\Microsoft Platform SDK\Include;"
- 2) Add the local path to the .net Vc7 lib directory to the Set LIB
+ 1) Add the local path to the windows platform SDK include directory to the
+ Set INCLUDE Command Line to include the needed files from the Windows SDK.
+ e.g. "C:\Program Files\Microsoft Platform SDK\Include;"
+ 2) Add the local path to the .net Vc7 lib directory to the Set LIB
command to include the needed library files from the .Net SKD
e.g. C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib;
3) Add the local path to the windows platform SDK Lib directory to the Set Lib
command to include the needed library files from the Windows SDK
e.g. C:\Program Files\Microsoft Platform SDK\Lib;
-If one happens to have visual stuido installed you may not have to download aditional MS
-products.
+If one happens to have visual studio installed you may not have to download additional MS products.
-12/01/05 --- John Scoles
+12/01/05 --- John Scoles <scoles@pythian.com>
Oracle 10XE
No big problem here as 10XE seems to use the instantclient as well. Just ensure your
- NLS_LANG and ORACLE_HOME are set to the same directory that 10XE uses.
+ NLS_LANG and ORACLE_HOME are set to the same directory that 10XE uses
10/07/05 --John Scoles
|