=?iso-8859-15?Q?K=E5re_Simensen?=
|
| Posted: 01/28/2006, 3:45 AM |
|
Here is my code !!!!:
dim sql,sql2
dim Nyteller, forrigeteller,Iaar
dim conn
dim errormessage
set conn =3D NEW clsDBAltahavnKF
Iaar =3D year(date)
conn.open
sql =3D "select Teller from telleverk where arstall =3D"& Iaar
conn.execute(sql)
errormessage =3D CCProcessError(conn)
if errormessage <> "" then
response.write("Feil: "&Errormessage)
end if
Nyteller =3D Teller
Teller is a field in my Table Telleverk
but when I try to assign the value in Teller to Nyteller I got
a errormessage: Variable Is undefined "teller" - Why??
I have trid thsi to: Nyteller =3D Telleverk.Teller - but the errormess=
age =
is the same, this time Telleverk is not define
Any one who can help me ?
-- =
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/ma=
il/
|