RE: Question about bind_param and Oracle

2004-07-16 Thread alsalvo
>> Are you logging on as the owner of the table? If not, you need to qualify the table name. Yes I am logging in as the table owner. \ "Helck, Timothy" <[EMAIL PROTECTED]> 07/16/2004 11:54 AM To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject:RE:

Question about bind_param and Oracle

2004-07-16 Thread alsalvo
Hi all, Hoping someone can help me out here. I'm trying to do the following using Oracle 9i and DBI: $table_name = "USERS"; $sql = "SELECT COUNT(*) FROM ?"; $sth = $dbh->prepare($sql); $sth->bind_param(1,$table_name); $sth->execute; . . . However, I'm getting an error about an invalid table

Problem compiling DBD::Oracle 1.14 on HP-UX

2003-09-16 Thread alsalvo
Hi, I'm trying to make DBD::Oracle 1.14 on HP-UX 11.0 using Oracle 9i. I keep getting the following error: ld: Can't find library: "qsmashr" The library is available, but not in lib32 which is what I'm using to compile. Any help will be greatly appreciated. Aaron

RE: Error installing DBD::Oracle 1.14 on HP-UX 11.0

2003-08-18 Thread alsalvo
> At line 1338, change hpux_libdir to main::hpux_libdir Did that. That solved the problem with the makefile. Thanks. Now I'm getting this error when I try to compile. ld: Unrecognized argument: -Wl,+s ld: Usage: ld [options] [flags] files *** Error exit code 1 I've applied a patch from another

Error installing DBD::Oracle 1.14 on HP-UX 11.0

2003-08-18 Thread alsalvo
The am receiving the following error when I run "perl Makefile.PL" Use of inherited AUTOLOAD for non-method MY::hpux_libdir() is deprecated at Makefile.PL line 1338. MY doesn't contain an __DATA__ token at Makefile.PL line 1338 Any ideas about what the problem is here Thanks in advance. Aaron