>
> 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
> 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
>
> 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
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)
$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
>
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.
-
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
--
> > 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
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
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_
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
>
> 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
12 matches
Mail list logo