Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / DBI Library / December 2003



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DBD::Sybase and threading.30 Dec 2003 18:34 GMT1
A quick test of the threads.pm package with perl 5.8.1 and DBD::Sybase
shows that DBD::Sybase is NOT thread-safe at this point.
The problem lies with the calls to cs_ctx_alloc() and ct_config() which
are both NOT thread-safe.
CTlib problem29 Dec 2003 22:35 GMT1
We have developed a CGI app that works fine on our dev web machine, but when we try to run it on our production web site, we get the following errors:
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't ...
DBD installation problem29 Dec 2003 12:17 GMT2
I have a problem with the installation of DBD::Oracle 1.14 on Solaris
9.  I have reinstalled the current stable version of perl 5.8.2 and it
is functional.  I reinstalled DBI 1.39 with no problem.  I even tried
changing the make file to point to the 32bit libraries in Oracle,
RE: Ctlib - ct_sql question22 Dec 2003 16:11 GMT1
To split SQL at 'go' I use
   $dbh->do($_) foreach grep /\S/, split /^\s*go\s*$/m, $sql;
You'd need to do something a bit different if you wanted to return
result sets from the SQL rather than just 'do'ing it.
What's the best option for BCP17 Dec 2003 19:24 GMT3
Michael (or anyone else who wants to answer)...
Previously I've always used Sybperl for BCPing into ASE servers; however,
it's been more than 3 years since I've last had to do it. Is Sybperl still
the best method for BCPing in inside Perl scripts on Unix and possibly NT?
Sybperl on NT with Activeperl 5.617 Dec 2003 16:54 GMT3
Michael,
I know your notes state that Perlmonk has sybperl available for download for
the NT platform, but I could only find the DBD libraries there. Can Sybperl
be compiled with gcc on Windows? Or does anyone have a compiled version?
DBD::Oracle: NUMBER type16 Dec 2003 14:10 GMT1
Rerunning this test
 <http://www.xray.mpe.mpg.de/mailing-lists/dbi/2001-03/msg00626.html>
against an Oracle 9.2.0.4 results in
TYPE    PREC    SCALE   NAME
Subclassing DBI - architecture question11 Dec 2003 23:59 GMT1
Hello fellow coders,
I have successfully subclassed DBI with the intent of overridding the
connect method so that I can retrieve the password from my password
server.  One of my primary considerations in subclassing DBI was to not
DBD::Sybase 1.01 & queries against temp table11 Dec 2003 19:39 GMT4
Due to an OS upgrade, I recently upgraded DBD::Sybase from 0.95 to
1.01 along with a change of FreeTDS from 0.53 to 0.62-dev. (MS SQL
server; TDS version 7.0).
I had a bunch of previously written perl query scripts that created
[PATCH]Misleading PL/SQL Example for Binding Cursors10 Dec 2003 15:32 GMT2
The example given for returning a cursor from a function is
inconsistent with the surrounding example code for handling bound
cursors.  The attached patches for DBD::Oracle 1.14 and 1.15 of 23 Sep
2003 correct the inconsistency and add more detail.
RE: Intresting case of SQL Injection05 Dec 2003 16:06 GMT2
Jenda Krynicky <Jenda@Krynicky.cz> wrote:
>>    die "bad value $foo" if $foo =~ tr/'//;
>>    $sql = "select * from a where x = '$foo'";
>>in this particular case you can assume that in SQL only another '
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.