| Thread | Last Post | Replies |
|
| Strange results returned using Linux to MS SQL 2005 through Sybase and FreeTDS | 24 Feb 2008 07:24 GMT | 1 |
I'm new to the usage of the FreeTDS and DBD::Sybase combination. I am seemingly able to connect to the DB correctly. It may perhaps be as simple as my MSSQL syntax is failing? I have verified that I am at all able to communicate correctly with the database by
|
| Issues in Installing DBD-Oracle module. | 22 Feb 2008 23:00 GMT | 4 |
I am using Active Perl5.8.8 (build 820) and Oracle client( 9i). I have got DBI package already installed.If I want to install DBD-Oracle,what is the process I need to follow. I tried using PPM>ppm install DBD-Oracle.Since I have firewall
|
| make error-> ld: Unrecognized argument: -Wl,+b... | 21 Feb 2008 18:02 GMT | 3 |
I am getting the following error from make (excerpt only full list follows) Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs
|
| Redefinition of target errors | 21 Feb 2008 15:36 GMT | 4 |
I am getting 3 duplicate (3*2=6 total) redefinition of target errors when I try to make the latest DBD::ODBC 1.15 from CPAN. I am using the Borland C++ compiler on Windows XP Pro. The duplicate redefinitions occur after these two lines in the Makefile on blank lines:
|
| DBD::ODBC - default timeout is 30 seconds instead of none | 21 Feb 2008 09:58 GMT | 1 |
I'm using DBD::ODBC Version 1.13 and had following problem: Te connection timed out after exactly 30 seconds even when "odbc_query_timeout" was not set. According to the documentation there should be no timeout in this case.
|
| Statement handle creation not seen by subclassed DBI | 21 Feb 2008 08:23 GMT | 2 |
Just wondered if anyone else had seen this and if there are any opinions on getting around it. I use DBIx::Log4perl (which I wrote to help debug our DBI appication) and DBD::Oracle. New code added to our application calls an oracle package function which returns a reference ...
|
| [CDBI] DB connection lost? Program ABENDs on PING? | 18 Feb 2008 20:05 GMT | 2 |
I have a small TCP daemon running (using Net::EasyTCP and Proc::Daemon). The daemon does some very simple interactions with a local database. I'm not aware of it doing anything complex or special. The same CDBI-based classes are used under normal script and mod_perl2 conditions.
|
| DBD::Sybase context allocation routine failed | 15 Feb 2008 15:47 GMT | 4 |
attempting a DB connection using a brand new installation of perl 5.8.8 on an old sun box: 'sun4u sparc SUNW,Ultra-4'. i have connectivity. this command line script returns a reference to a hash:
|
| ct_con_alloc failed / Apache / FastCGI / DBD::Sybase | 15 Feb 2008 11:13 GMT | 3 |
I don't really know if this is the right list I should write to but in doubt... I've got a webserver (apache) running a database search web interface through fastcgi.
|
| [CDBI] I need to specify the db owner as dbo..table_name | 15 Feb 2008 03:58 GMT | 5 |
I'm having some issues with queries against a Sybase cluster, and am told by my DBAs that I need to specify not only the table name, but the owner using the folloiwing syntax: owner..table_name
|
| DBD::Sybase xblk failures | 14 Feb 2008 06:30 GMT | 1 |
I am building DBD::Sybase on perl 5.10, threaded, Solaris 8 (5.8). All is well except that the xblk tests fail. When I google DBD::Sybase xblk
|
| Using to_dsinterval or INTERVAL with placeholder | 12 Feb 2008 16:41 GMT | 1 |
This may be less a DBI question and more Oracle - probably both... Using DBD::Oracle Given this table: TABLE batch_application_sla
|
| Odd issue with DBI/DBD::Sybase | 11 Feb 2008 22:30 GMT | 2 |
I'm getting this error: Unable to retrieve key from seclivesyb02 for 64152205: Implicit conversion from datatype 'VARCHAR' to 'NUMERIC' is not allowed. Use the CONVERT function to run this query.
|
| ANNOUNCE: DBI 1.602 | 11 Feb 2008 19:24 GMT | 1 |
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.602.tar.gz size: 497279 bytes md5: 6ca87d67decf274983e62261889edc85 =head2 Changes in DBI 1.602 (svn rev 10706) 8th February 2008
|
| missing records while running a query using DBI | 11 Feb 2008 16:05 GMT | 3 |
I am generating a report in Perl and data's are from oracle. Connecting via DBI module. I run the following query directly in SQLPLUS and got 25 result. SELECT item.* FROM tmp_loadplan_items item,tmp_loadplans loadplan
|