On Wed, Nov 30, 2005 at 05:50:07PM +0200, Claude wrote:
>         Hi,
> 
> I am new to DBI, and that may explain my question.
> 
> Using DBI::Proxy, I am trying to connect remotely to an Oracle
> database whose datasource looks like this:
> 
>   'jdbc:oracle:thin:@127.0.0.1:1521:abc'
> 
> I tried passing a string to the call DBI->connect($ds, ..):
> 
>   $ds=DBI:Proxy:hostname=host.com;port=1521;dsn=<different values>...
> 
> Now that call always fails for a reason that I don't understand, with
> the following error(s):
> 
> ---- clip --------------------------------------
> Argument " " isn't numeric in repeat (x) at

I believe this is fixed in DBI-1.49 (just released).

Tim.

Reply via email to