Re: Urgent DBIx::Recordset question

2002-09-17 Thread Kee Hinckley
At 8:10 AM +1000 9/18/02, Angus Lees wrote: >you haven't set $DBIx::Recordset::FetchsizeWarn=0, have you? Yes. Why? -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own acti

Re: Urgent DBIx::Recordset question

2002-09-17 Thread Angus Lees
At Sun, 15 Sep 2002 22:47:06 -0400, Kee Hinckley wrote: > On occasion on some of my database driven sites I get a query result > which is both there and not there. Which is to say that > DBIx::Recordset returns the correct number of records, and the static > text associated with each record is

Re: Problems with SessionX instalation

2002-09-17 Thread Jan Kyncl
Thanks Gerald. Now It works perfect. Jan > Datasource must something like > > dbi:Pg:dbname=session > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with SessionX instalation

2002-09-17 Thread Gerald Richter
> On instalation I entered: > > username nobody > datasource session Datasource must something like dbi:Pg:dbname=session Gerald > password [empty] > > Jan > > > > What did you enter when you run Makefile.PL ? > > > > Gerald > > > > ---

Re: Problems with SessionX instalation

2002-09-17 Thread Gerald Richter
>** Testing configuration 'Postgres': Postgres... >#00 o Open... ERROR: failed Can't connect(sessions nobody HASH(0x825b8b4)), no database driver What did you enter when you run Makefile.PL ? Gerald - Gerald Richt

Re: DBIx::Database problem

2002-09-17 Thread Andre Landwehr
On Tue, Sep 17, 2002 at 02:41:12PM +0200, Gerald Richter wrote: > > *set = DBIx::Recordset -> Search ({'!Datasource' => 'memphis_www', > >'!Table' => 'user' > > }); > > Must be !DataSource (capital S) Damn, I don't beli

Re: DBIx::Database problem

2002-09-17 Thread Gerald Richter
> *set = DBIx::Recordset -> Search ({'!Datasource' => 'memphis_www', >'!Table' => 'user' > }); Must be !DataSource (capital S) Gerald - Gerald Richterecos

Problems with SessionX instalation

2002-09-17 Thread Jan Kyncl
Hi All,   I have problem with SessionX instalation with posgresql backend.   So I have already installed Apache::Session, dbi,dbd:Pg, postgres md5 etc. I created database session and right table with rights to acces etc. All other modules path through tests ok.     When I start make test I w

Re: DBIx::Database problem

2002-09-17 Thread Andre Landwehr
On Mon, Sep 16, 2002 at 08:39:23PM -0400, Kee Hinckley wrote: > '!DataSource' => 'DBI:mysql:memphis_www', > I'm not sure what the dbname= will do. I'm not sure either, I copied that part from and old DBI connection ;-) However, I changed it and it still doesn't work... Besides: I downloa