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 / May 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
object index & mod_perl31 May 2005 18:58 GMT1
Hi list!
I want to disable the object index for my webpages (embedded perl2 under
mod_perl2) but not for my scripts.
Is it possible to set the var '$Class::DBI::Weaken_Is_Available = 0;' in the
exploiting the object index31 May 2005 16:45 GMT3
Hi list!
Another object index question right after the last one ;-)
I want to retrieve all objects of a class to avoid lots of
single-row-returning sql queries against the db.
Retrieving data from Oracle31 May 2005 16:23 GMT2
I'm migrating a perl application in postgres to Oracle.  Here, the data is
being retrieved as below.
 while ($row = $sth->fetchrow_hashref()) {
   push (@list,$row);
Class::DBI 0.96 on Tiger.30 May 2005 16:07 GMT2
    This morning while reinstalling various modules after a Tiger  
upgrade I ran into a test failure during Class::DBI testing in 04-
lazy.t. I'm using the stock perl (5.8.6) that comes with Tiger,  
others have confirmed that the tests do pass if using a custom built.
patch for has_a() on primary keys27 May 2005 23:16 GMT3
I finally needed this to work, so here's a test that shows the failure
and a patch that fixes it.
- Perrin
[PATCH] Ima::DBI generates prepare_cached warnings27 May 2005 23:09 GMT1
By default DBI will generate warnings if you try to prepare_cached() a
statement that already has an active handle. Ima::DBI can generate
those warnings when used with Class::DBI/DBIx::ContextualFetch. Below
my sig is a patch to do the safe thing, gracefully clear the active
DBI + DBD::ODBC + unixODBC + FreeTDS + SQL Server error27 May 2005 22:06 GMT1
I have a Perl application which uses the DBI library to do it's
database work. The backend database is a SQL Server database that I am
communicating through unixODBC using the FreeTDS library as the ODBC
driver.
records returned by =?utf-8?b?REJJOjpzZWxlY3RhbGxfaGFzaHJlZigp?= are not ordered27 May 2005 21:01 GMT3
Example: (Using DBD::SQLite)
$ref_rsch = $dbh->selectall_hashref('
       SELECT * FROM rsch ORDER BY Idx
   ', 'Idx');
Columns substitution?27 May 2005 13:53 GMT3
I think it would be handy to have a transform_sql substitution akin
to __ESSENTIAL__ that would drop in a particular column group instead
of the Essential group.
I've added this to transform_sql:
How to store query results in an array?26 May 2005 22:16 GMT6
Hello dbi-users,
I'm relatively new to Perl DBI so bear with me as this might be very
simple for the gurus.
I would like to use the results of a query as an input to another query's
Compiling Multiple versions of DBD::Oracle26 May 2005 22:15 GMT1
I am sorry if this is covered somewhere that I have been unable to find
it.  I have not been able to connect to the FAQ at
http://dev.isystek.com/dbi/fom.cgi.  The only faq's I have found on-line
are dated CY2000, and do not appear to address this issue.
SQL Problems : No suitable driver26 May 2005 18:08 GMT1
I have a problem with java application.
My shell script uses some jar files and calls a class
I have set up the DBAccessor.properties with
driver=COM.ibm.db2.jdbc.app.DB2Driver
Oracle 9i RAC on Linux26 May 2005 17:21 GMT2
Has anyone used DBI in an Oracle 9i RAC configuration on Linux?  If
so, were there any issues moving to RAC?
Signature

Steve Sapovits    steves06@comcast.net

LongReadLen issue26 May 2005 16:18 GMT3
I am trying to set the LongReadLen value of $dbh dynamically to select a
CLOB, using:
$dbh->{LongReadLen} = $dbh->selectrow_array(qq{
     SELECT MAX(mc.mc_long_description)
Make test fails xblk26 May 2005 06:21 GMT1
Hi, I'm trying to compile the DBD 1.05 with perl 5.8.6 and sybase 12.5 on
solaris 8.  There is a small problem during the perl Makefile.PL but my
primary concern is during the make test.  It generates a core during the
test of xblk and fails that series of tests.  I guess the first ...
Pages: 1 2 3 4 5 6 7 8 April, 2005
 
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.