Re: DBD::Oracle beta available for testing

2003-09-26 Thread Tim Bunce
On Thu, Sep 25, 2003 at 09:05:17PM +0200, Kristian Nielsen wrote: > Tim Bunce <[EMAIL PROTECTED]> writes: > > > But since *very* few people would need the ability to > > share database connections with ProC/SQLLIB code my preference > > Yes, I agree, I implemented this because I wanted to migrate

Re: DBD::Oracle beta available for testing

2003-09-26 Thread Steffen Goeldner
Tim Bunce wrote: > > On Thu, Sep 25, 2003 at 12:39:05PM +0200, Steffen Goeldner wrote: > > Steffen Goeldner wrote: > > > > > > [...] > > > > > > I try to find those symbols and the library ... > > > > Thanks to Andy Hassall, I found the symbols in orasql8.dll. > > I did not install Pro*C and have

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Kristian Nielsen
Tim Bunce <[EMAIL PROTECTED]> writes: > But since *very* few people would need the ability to > share database connections with ProC/SQLLIB code my preference Yes, I agree, I implemented this because I wanted to migrate a large ProC based codebase gradually to using Perl/DBI, so I am embedding Pe

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Andy Hassall
Tim Bunce wrote: > On Wed, Sep 24, 2003 at 10:27:02PM +0100, Andy Hassall wrote: >> >> Adding D:/oracle/ora92/precomp/lib/MSVC/oraSQL9.LIB to that link.exe >> command makes it link OK - and tests pass (except the usual trailing >> space one): > > Great. Thanks. Any chance you could send me a patch

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Tim Bunce
On Thu, Sep 25, 2003 at 12:39:05PM +0200, Steffen Goeldner wrote: > Steffen Goeldner wrote: > > > > [...] > > > > I try to find those symbols and the library ... > > Thanks to Andy Hassall, I found the symbols in orasql8.dll. > I did not install Pro*C and have a $ORACLE_HOME/precomp > but no $ORA

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Tim Bunce
On Thu, Sep 25, 2003 at 04:09:57PM +0200, Steffen Goeldner wrote: > Steffen Goeldner wrote: > > > > Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 > > > [...] > > > > error: ORA-24801: illegal parameter value in OCI lob function (DBD ERROR: > > OCILobWriteAppend) > > Metalink lists such an error

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Steffen Goeldner
Steffen Goeldner wrote: > > Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 > [...] > > error: ORA-24801: illegal parameter value in OCI lob function (DBD ERROR: > OCILobWriteAppend) Metalink lists such an error as Bug #886191, fixed in 8.1.7. Hmmm. Steffen

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Steffen Goeldner
Tim Bunce wrote: > > Is it an alpha or a beta? Who knows? Probably more alpha than beta > but it it what it is and you're welcome to hit on it. Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 dmake test: t\base...ok t\cursor.ok t\generalok t\long...ok 53/372# failed test 60 at li

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Steffen Goeldner
Steffen Goeldner wrote: > > [...] > > I try to find those symbols and the library ... Thanks to Andy Hassall, I found the symbols in orasql8.dll. I did not install Pro*C and have a $ORACLE_HOME/precomp but no $ORACLE_HOME/precomp/lib (and no orasql8.lib). Even if, Borland C++ is no longer support

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Tim Bunce
On Wed, Sep 24, 2003 at 11:06:37PM +0100, Andy Hassall wrote: > Tim Bunce wrote: > > On Wed, Sep 24, 2003 at 10:27:02PM +0100, Andy Hassall wrote: > >> > >> Adding D:/oracle/ora92/precomp/lib/MSVC/oraSQL9.LIB to that link.exe > >> command makes it link OK - and tests pass (except the usual trailing

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Tim Bunce
Thanks! Tim. On Thu, Sep 25, 2003 at 10:11:20AM +0200, Steffen Goeldner wrote: > Tim Bunce wrote: > > > > On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: > > > [...] > > > > > dmake > > > ... > > > Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland > > > Error: U

Re: DBD::Oracle beta available for testing

2003-09-25 Thread Steffen Goeldner
Tim Bunce wrote: > > On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: > [...] > > > dmake > > ... > > Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland > > Error: Unresolved external '_SQLEnvGet' referenced from > > C:\TEMP\DBD-ORACLE-1.15\DBDIMP.OBJ > > Error: U

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Andy Hassall
Tim Bunce wrote: > On Wed, Sep 24, 2003 at 10:27:02PM +0100, Andy Hassall wrote: >> >> Adding D:/oracle/ora92/precomp/lib/MSVC/oraSQL9.LIB to that link.exe >> command makes it link OK - and tests pass (except the usual trailing >> space one): > > Great. Thanks. Any chance you could send me a patch

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Tim Bunce
On Wed, Sep 24, 2003 at 10:27:02PM +0100, Andy Hassall wrote: > > Adding D:/oracle/ora92/precomp/lib/MSVC/oraSQL9.LIB to that link.exe command > makes it link OK - and tests pass (except the usual trailing space one): Great. Thanks. Any chance you could send me a patch to Makefile.PL? Tim.

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Andy Hassall
Tim Bunce wrote: > On Wed, Sep 24, 2003 at 08:08:51PM +0100, Andy Hassall wrote: >> Tim Bunce wrote: >>> On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: dmake ... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_SQLEn

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Tim Bunce
On Wed, Sep 24, 2003 at 08:08:51PM +0100, Andy Hassall wrote: > Tim Bunce wrote: > > On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: > >> dmake > >> ... > >> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland > >> Error: Unresolved external '_SQLEnvGet' referenced fro

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Andy Hassall
Tim Bunce wrote: > On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: >> dmake >> ... >> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland >> Error: Unresolved external '_SQLEnvGet' referenced from >> C:\TEMP\DBD-ORACLE-1.15\DBDIMP.OBJ Error: Unresolved external >> '_S

RE: DBD::Oracle beta available for testing

2003-09-24 Thread Jeff Urlwin
> > > On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: > > Tim Bunce wrote: > > > > > > Is it an alpha or a beta? Who knows? Probably more alpha > than beta > > > but it it what it is and you're welcome to hit on it. > > > > Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 > >

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Tim Bunce
On Wed, Sep 24, 2003 at 11:24:17AM +0200, Steffen Goeldner wrote: > Tim Bunce wrote: > > > > Is it an alpha or a beta? Who knows? Probably more alpha than beta > > but it it what it is and you're welcome to hit on it. > > Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 > > Makefile.PL > > Use

Re: DBD::Oracle beta available for testing

2003-09-24 Thread Steffen Goeldner
Tim Bunce wrote: > > Is it an alpha or a beta? Who knows? Probably more alpha than beta > but it it what it is and you're welcome to hit on it. Perl 5.6.1, MSWin32, Borland 5.5, Oracle 8.1.7 Makefile.PL Use of uninitialized value in numeric ge (>=) at C:\temp\DBD-Oracle-1.15\Makefile.PL line