RE: :JDBC error - Bareword "SQL_BIGINT" not allowed

2002-08-30 Thread Jeff Urlwin
Recent versions of DBI removed SQL_BIGINT from it's definition as there was a conflict between SQL/CLI and ODBC's definition. I suspect you need to hack up JDBC.pm to not use it... Regards, Jeff (who ran into this issue with DBD::ODBC) P.S. I take it you want DBD::JDBC due to the thin driver??

DBD::JDBC error - Bareword "SQL_BIGINT" not allowed

2002-08-30 Thread Marc Francoeur
Set up DBD::JDBC to use a (god help me) a Microsoft supplied JDBC driver for MS SQL Server 2000. Can't seem to get past the error: install_driver(JDBC) failed: Bareword "SQL_BIGINT" not allowed while "strict subs" in use at /usr/local/lib/perl5/site_perl/5.6.1/DBD/JDBC.pm line 1028. BEGIN not sa

Re: Sybase connection LD_LIBRARY_PATH problem

2002-08-30 Thread Michael Peppler
On Thu, 2002-08-29 at 15:14, [EMAIL PROTECTED] wrote: > I have a script that connects to a Sybase database, but I'm getting a > relocation error: > I saw in an archive from this list that this was a bug in the Solaris > libintl.so vs Sybase libintl.so and to not have /usr/lib in the > LD_LIBRARY

RE: Failure of ODBC connection with Access

2002-08-30 Thread Jeff Urlwin
Ahh...thanks John. I forgot that BINARY_LOCATION needs to be passed when doing perl Makefile.PL, not when doing nmake... I fixed my script and the one up on the ftp site. Regards, Jeff > > > Jeff Urlwin [EMAIL PROTECTED] wrote: > > > >> > >> 2. The perl I use is also Activeperl build 633. I

Re: Failure of ODBC connection with Access

2002-08-30 Thread John
Jeff Urlwin [EMAIL PROTECTED] wrote: > >> >> 2. The perl I use is also Activeperl build 633. I have no idea why I >> cannot install dbd::odbc succesfully. > > I don't know. It might be a flag in the ppd file, but the ppd is > generated by MakeMaker directly. It also says, in the ppd file, that

Re: DBI setup error

2002-08-30 Thread Michael A Chase
On Fri, 30 Aug 2002 13:13:17 +0800 [EMAIL PROTECTED] wrote: > I use your DBI moudle to install in hp server. But, it faill to compile. > Because it use gcc to make compile. > Do you have any version of DBI moudle to use ansi c to compile? > Thanks! > > Here is the error message for your referenc

RE: Trying to obtain values passed to bind_param

2002-08-30 Thread Eric Frazier
Hi, What if you took a look at how trace is implemented? But then again I don't remember seeing values from any trace level until after the execute with either. Eric At 09:35 AM 8/30/02 -0400, Jeff Urlwin wrote: >Did you look at the new ParamValues attribute? Yes, many drivers probably >do no

RE: Trying to obtain values passed to bind_param

2002-08-30 Thread Jeff Urlwin
Did you look at the new ParamValues attribute? Yes, many drivers probably do not support it yet, but that's what it's for. (Also, DBD::ODBC does support it and I believe that even if DBD::Oracle doesn't yet support it a small lift of the same/similar code from DBD::ODBC to DBD::Oracle should work

RE: Failure of ODBC connection with Access

2002-08-30 Thread Jeff Urlwin
> > > 1. I am doing everything in my notebook with win2000 and I log on as > administrator. Apache is started by "apache -f myhttpd.conf -k start". > Does this mean that the user running apache service is administrator? I > have checked the DBD::ODBC doc and got no more clues except for definin

DBI setup error

2002-08-30 Thread y . m . huang
Hi, Sorry to bother you! I use your DBI moudle to install in hp server. But, it faill to compile. Because it use gcc to make compile. Do you have any version of DBI moudle to use ansi c to compile? Thanks! Here is the error message for your reference. % make /bin/perl -I/opt/