On 04/27/2012 03:25 PM, Glen Diener wrote:

> my $schema = DealerDemoSite::Schema::DemoDB->connect($connect_info_args);
> 
> my $demo = $schema->resultset('DemoDB::DddDemo')->find({demoid => 30024});
> 
> I'm getting the following error message:
> 
> DBIx::Class::Schema::resultset(): Can't find source for DemoDB::DddDemo at 
> ./maint.pl line 28

Try this:

my $demo = $schema->resultset('DddDemo')->find({demoid => 30024});

-- 
So long... Erik


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to