Re: [Catalyst] Stand-alone Scripts

2012-04-27 Thread Will Crawford
On 27 April 2012 14:25, Glen Diener gdie...@excelii.com wrote: I'm new to Catalyst and have nearly completed the development of my first Catalyst web site. I'm needing to implement scripts to do some off-line database processing and would like to use the DBIx model created and implemented

Re: [Catalyst] Stand-alone Scripts

2012-04-27 Thread Glen Diener
Thanks for the suggestion. The error changed to: DBIx::Class::ResultSet::find(): DBI Connection failed: Can't connect to data source 'ARRAY(0xe8bfa0)' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at

Re: [Catalyst] Stand-alone Scripts

2012-04-27 Thread Will Crawford
On 27 April 2012 15:17, Will Crawford billcrawford1...@gmail.com wrote: or you need to take the [ ... ] out from around your connect info args :) Actually, just the latter should help you ... :) ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Stand-alone Scripts

2012-04-27 Thread Will Crawford
On 27 April 2012 14:54, Glen Diener gdie...@excelii.com wrote: Thanks for the suggestion. The error changed to: DBIx::Class::ResultSet::find(): DBI Connection failed: Can't connect to data source 'ARRAY(0xe8bfa0)' because I can't work out what driver to use (it doesn't seem to contain a

Re: [Catalyst] Stand-alone Scripts

2012-04-27 Thread Glen Diener
the catalyst configuration as you suggested in a previous post. Thanks again. - Glen - Original Message - From: Will Crawford billcrawford1...@gmail.com To: The elegant MVC web framework catalyst@lists.scsys.co.uk Sent: Friday, April 27, 2012 9:17:54 AM Subject: Re: [Catalyst] Stand