If I want to write input
to 2 different tables
from a simple form
where I only use LOGIN & TEXT
(I actuarlly use 3 tables)
Name of tables:
T1: Userinfo
(in this table we will find userNR, First/Last Name, Login & Password)
T2: News
(this table contains NewsNR, userNR,
Updatedate, CreateDate)
T3: Newstext
(this table contains RowNR, NewsNR, Text)
//Notice that some columns are used in
2 tables. That is userNR which shall be readen from Userinfo to News
& NewsNR that shalt be readen from
News to Newstext
I only want the form to input
the text & user.
Now I want it to..
Damned I don´t even understand myself
so how shall you understand???
IF someone understands my problem
please contact me.. Cuz I don´t understand
anything..
BTW, Writing into 2 tables.
Then shall I use 2 sybase_query´s
one for each table?
PS: I use Sybase.
Best Regards.
/Chess