> Will I have to use a database object to do mulitple selects within one
> page??  I've got a navigation page that comes from one table and the
content
> that comes from another table...is it possible to do more than one
> DBIx::Recordset->Search  within a page??  I'm having trouble with it
> now...the first one works, but the second one doesn't...
>

You have to setup a DBIx::Recordset table for each table you want to access.
To avoid the overhead of setting up a second database handle, either use a
DBIx::Datasebase object and with the param !KeepOpen =>1 and use this object
as argument to the !DataSource parameter of DBIx::Recordset or simply use
the first DBIx::Recordset object as argument for all following !DataSource
parameters. In this way you can have as much DBIx::Recordset object in one
page without any overhead.

Hope I got your question right?

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to