Re: Sessions inconsistent

2001-11-12 Thread Gerald Richter
> > Stupid question, but how do you make sure it's set BEFORE embperl is > loaded? > You can load Embperl in three way (when using mod_perl) 1.) PerlModule HTML::Embperl 2.) in a startup file which is loaded via PerlRequire, you say use HTML::Embperl 3.) you don't load it explicitly, the mod_per

Re: fancier table linking w/o sql?

2001-11-12 Thread Gerald Richter
> is there any mechanism to do fancier table linking without resorting to sql? > for example: a.b_id links to b.id, but table b is a log, so it should be: > where whatever and a.b_id = b.id and b.date >= all > YOu must specfiy the !Links parameter. See DBIx::Recordset docs "Working with multiple

Re: Modular web site not behaving as expected.

2001-11-12 Thread Gerald Richter
> > When do you expect "exit" functionality to be in place? > Should be in 2.0 in the next few weeks Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consultin

Re: Sessions inconsistent

2001-11-12 Thread David Lloyd
Stupid question, but how do you make sure it's set BEFORE embperl is loaded? DSL -- If we could extract all the evil from each of us, Think of the world that we could create! A world without anger, or violence or strife... (From the Musical, Jekyll and Hyde)

Re: DBIx::Recordset and LIMIT statment in MySQL

2001-11-12 Thread Robert
$max => 10 [EMAIL PROTECTED] wrote: > > Hi, > > In DBIx::Recordset and MySQL , how can put the LIMIT 0,10 command in Select > sitnaxis ? > > Select : > > $$SETMESSAGECONTROL->Select ( { >'status' => $STATUS >

DBIx::Recordset and LIMIT statment in MySQL

2001-11-12 Thread mtoro
Hi, In DBIx::Recordset and MySQL , how can put the LIMIT 0,10 command in Select sitnaxis ? Select : $$SETMESSAGECONTROL->Select ( { 'status' => $STATUS }); Thanks in advance. -

fancier table linking w/o sql?

2001-11-12 Thread Joshua Spoerri
is there any mechanism to do fancier table linking without resorting to sql? for example: a.b_id links to b.id, but table b is a log, so it should be: where whatever and a.b_id = b.id and b.date >= all thanks in advance, josh --

Re: Modular web site not behaving as expected.

2001-11-12 Thread Scott Chapman
> > Gerald, you want to build this functionality? :-) > > I am not sure which functionality you want to see here ? Just something like > exit, that does not only exit the current file, but end the whole request ? > In this case that's something what's on my todo list for 2.0. If you intent > a mo

Re: Sessions inconsistent

2001-11-12 Thread Gerald Richter
Hi > > Sometimes I can retrieve data out of %udat, sometimes I can't. I tried adding domain and path environment variables to no avail. > > PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:webdata UserName=mgmtsesh69" > PerlSetEnv EMBPERL

Sessions inconsistent

2001-11-12 Thread steve . fawcett1
Hi Sometimes I can retrieve data out of %udat, sometimes I can't. I tried adding domain and path environment variables to no avail. PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:webdata UserName=mgmtsesh69" PerlSetEnv EMBPERL_SESSION_

Re: Modular web site not behaving as expected.

2001-11-12 Thread Gerald Richter
Scott, Andrew have already given an excelent explanation, so there is not much to add... > > Gerald, you want to build this functionality? :-) > I am not sure which functionality you want to see here ? Just something like exit, that does not only exit the current file, but end the whole request

Re: PrimKey -> other fields ignored

2001-11-12 Thread Gerald Richter
> > Yes, but what if you want to test the values of those other fields, and > conditionally *not* find it? This is important functionality, > therefore, this is a mis-classified bug. > Ok, this is really something that doesn't work right out of the box, but there are two solutions: 1.) Unset !P