I would like to do the following sql statement using DBIx
select employee_key
from Assignment
where assignment_key =
(
SELECT Min(ASSIGNMENT_KEY) AS dave
FROM ASSIGNMENT
WHERE INCIDENT_KEY=10149
);
-
To unsubscribe, e-mai
Whoops.
I meant to say "no HTML email", not email :-)
Wim
> John Sydnor wrote:
>
> Hi Wim,
>
> Thank you very much, that did the trick.
> You saved me a good bit of wasted time.
>
> How should I be posting to this list if not by email?
>
> -Original Message-
> From: Wim Kerkhoff [m
Title: RE: Help with Execute - param and passing arrays
Hi Wim,
Thank you very much, that did the trick.
You saved me a good bit of wasted time.
How should I be posting to this list if not by email?
Thanks,
John
-Original Message-
From: Wim Kerkhoff [mailto:[EMAIL PROTECTED]]
Yes, it is becomeing clearing now. thanks for the tip of using the
debug switch = 2. That helps alot as I experiment using DBIx.
Also, do you know if there is anything wrong with the news server for this
group.
I am not receiving any posting from the news group. I am having to go to the
archiv
Olá John,
Reply:
JS> I'm having trouble passing arrays to Execute.
JS> Passing parameters to my page component:
JS> Execute ({inputfile => $CSI_common."displayresponder.html", param =>
JS> [$bgcolor1,$bgcolor2,$textcolor,@records]});
JS> Reading the parameters in my page component:
JS> [-
> [root@dreamserver temp]# www configtest
> Syntax error on line 803 of /usr/local/apache/conf/httpd.conf:
> Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module
> not included in the server configuration
>
>
> I installed apache_1.3.9 with mod_perl-1.26. It was then followed
> This is correct I am passing %fdat to Execute.
>
> From the documentation, I was expecting that Execute would only look at
> those items
> that have been identified using the defined parameters as stated in the
> document. That
> is Execute should only be looking at fields that have been iden