| Thread | Last Post | Replies |
|
| I18N in Oracle documentation | 30 Jun 2006 15:06 GMT | 1 |
Tim, In the most excellent http://search.cpan.org/dist/DBD-Oracle/Oracle.pm#Oracle_and_Unicode there is reference to the oracle internationalization documentation.
|
| Errors, Connecting to Oracle | 29 Jun 2006 18:49 GMT | 1 |
Hi List. I've installed Oracle on my linux box (SuSE 10) and I've installed DBD::Oracle. I can run sqlplus as the oracle user however when I try and connect via
|
| Install Driver failed: Can't load Oracle.sl for Module DBD::Oracle | 29 Jun 2006 09:19 GMT | 1 |
Hi, Please can someone help me, because whenever I run a perl script that supposed to connect to a database, I get the following error (please below in Italics). The file Oracle.sl does exist but I don't know why the error keeps coming up.
|
| timestamp datatype | 28 Jun 2006 19:28 GMT | 2 |
I am getting the following error when I try INSERTing selected rows from one database to another. ORA-01843: not a valid month Do I have to use to_date() and if so, has anyone done this with bind
|
| RE: CSV problem on Solaris | 28 Jun 2006 18:55 GMT | 2 |
-----Original Message----- From: Govinda.Pfister@telekom.de [mailto:Govinda.Pfister@telekom.de] Sent: Wednesday, June 28, 2006 5:26 AM To: dbi-users@perl.org
|
| [PATCH] DBI::TINYINT constant used instead of DBI::SQL_TINYINT | 28 Jun 2006 10:35 GMT | 1 |
I think that DBD::File at line 392 has a mistake in DBI::SQL_TINYINT() constant name. Attached is a patch against DBI 1.51 (and DBD::File v0.34) that should solve this problem.
|
| Connecting from Linux onto MS-SQL-Server | 28 Jun 2006 00:12 GMT | 1 |
I read the POD of DBD::ODBC but there's only the commercial from http://www.openlinksw.com mentionned, isn't there an open version available? I only need read access from Linux to MS-SQL.
|
| DBD:Oracle question | 27 Jun 2006 23:58 GMT | 2 |
Hi List; I have needs to write a perl DBI script on a Linux host which will pull data from an instance of Oracle on a second Linux host. Can I grab an Oracle ODBC Driver and reference the driver in my DBI_>Connect call or do I have to download and install the Oracle client? If ODBC ...
|
| Possible to get field names and types in a table without executing a query? | 27 Jun 2006 22:58 GMT | 13 |
Hi all. My goal is to get a list of all field names and data types for those fields in any given table in a mysql database. From reading the DBI documentation, the only way I've been able to do this is by preparing and executing a query against a table first. Then I would use
|
| In search of ParamValues in error handler after a do call fails | 27 Jun 2006 21:32 GMT | 2 |
I am trying to locate the parameter values passed to a do method call in an error handler called when the do method fails. I know about ParamValues attribute but in this case I cannot locate a valid ParamValues array. All the code uses a single connection handle. The code does:
|
| dbi-users@perl.org | 27 Jun 2006 15:46 GMT | 3 |
Dear folks, I have a question for you here. I just installed DBI and Oracle DBD module. I tried a test script but got the following errors:
|
| RFC: SQL::KeywordSearch 1.1 | 27 Jun 2006 09:30 GMT | 1 |
I thought some people here would be interested in reviewing this: I plan to publish a small module to generate SQL for simple keyword searches. The docs are here for easy HTML browsing:
|
| Stupid newbie question? | 26 Jun 2006 15:22 GMT | 4 |
Hey guys, I'm very green at DBI stuff, so maybe this is a stupid question. But after going through the DBI man page and searching the web for a couple hours, I can't find the answer. All I'm looking to do is to walk the result set from a select statement more than once. Every ...
|
| Problems building DBD 1.51 on Solaris 9 | 26 Jun 2006 12:04 GMT | 1 |
I'm having problems building DBD 1.51 on Solaris 9. I have not found anything in google that has helped with with this problem, aside from that I should be using a compiler that was built on Solaris 9. I needed a 64 bit version of Perl for an application I am working on. I
|
| DBI/DBD::DB2 | 24 Jun 2006 18:24 GMT | 2 |
Hello, I am trying to write a perl script to connect to our DB2 database and do some basic SQL queries. But I'm having trouble with making everything play nice.
|