Re: TEMP fields behaviour
[prev]
[thread]
[next]
[Date index for 2005/01/14]
Hi!
I don't have a 'since' column in the database, it's a column generated by=
a view and I only need the value in two view-only webpages.
-Alex
-----Urspr=FCngliche Nachricht-----
Von: Perrin Harkins [mailto:perrin@xxxx.xxx]=20
Gesendet: Freitag, 14. Januar 2005 15:03
An: Hartmaier Alexander
Cc: DBI maillist
Betreff: Re: TEMP fields behaviour
Hartmaier Alexander wrote:
> my $sth_int_down =3D NAC::Interface->sql_down();
>=20
> $sth_int_down->execute();
>=20
> @interfaces =3D map NAC::Interface->construct($_),=20
> $sth_int_down->fetchall_hash;
Easier written as:
@interfaces =3D NAC::Interface->search_down();
I would have expected your temp thing to work, although I don't=20
understand why you made it TEMP if it's a column in the database. See=20=
what comes back from your query and make sure it really lists the column=20=
name as "since".
- Perrin
--=20
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.11 - Release Date: 1/12/2005
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*=
"*"*
Hinweis: Dieses E-mail kann vertrauliche und gesch=FCtzte Informationen e=
nthalten.
Sollten Sie nicht der beabsichtigte Empf=E4nger sein, verst=E4ndigen Sie =
bitte den Absender und l=F6schen Sie dieses E-mail dann sofort.
Notice: This e-mail contains information that is confidential and may be =
privileged.
If you are not the intended recipient, please notify the sender and then =
delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*=
"*"*
|
|
Re: TEMP fields behaviour
Hartmaier Alexander 15:19 on 14 Jan 2005
|