Re: problem using table_info and column_info with DBD::Proxy

2006-04-18 Thread Allan Dyer
On 18 Apr 2006 at 23:00, Tim Bunce wrote: > On Mon, Apr 10, 2006 at 03:14:21PM +0800, Allan Dyer wrote: > > > > > > > > I've found that the problem with table_info has been reported three > > > > times before in this group: > > > > > >

Re: problem using table_info and column_info with DBD::Proxy

2006-04-10 Thread Allan Dyer
Hi Ron Thanks... On 9 Apr 2006 at 12:40, Ron Savage wrote: > On Sat, 08 Apr 2006 20:39:45 +0800, Allan Dyer wrote: > > Hi Allan > > > I'm sorry if I offended everyone with my previous message - I've > > I can't see why you'd think that :-). :-) &g

Re: problem using table_info and column_info with DBD::Proxy

2006-04-08 Thread Allan Dyer
n a different machine? DBD::Proxy appeared easy. Thanks in advance Allan Dyer On 24 Mar 2006 at 20:20, Allan Dyer wrote: From: "Allan Dyer" <[EMAIL PROTECTED]> Organization: Yui Kee Co. Ltd. To: dbi-users@perl.org Date sent:

problem using table_info and column_info with DBD::Proxy

2006-03-24 Thread Allan Dyer
abase connection. However, if I change $dbn to point to the same database via Proxy: my $dbn= 'DBI:Proxy:hostname=localhost;port=;dsn=DBI:mysql:ima'; the output is: Can't call method "fetchall_hashref" on an undefined value at ./example2.pl line 17.