Deutsches Application Express Forum (ApEx) -- Installation , Engine / SQL , Anwendungen
Re: Frage: Form automatisch füllen und Suche in DB
geschrieben von: cc13 (Moderator)
Datum:

Nur mal so als Ansatz. Du erstellst eine Page-Process, der das Füllen der Tabellen übernimmt. Hier ein kurzes Stück Code:

declare
v_id1 number;
v_id2 number;
begin
insert into tabelle1(wert1) values(:P_WERT1) returning id into v_id1;
insert into tabelle2(wert2) values(:P_WERT2) returning id into v_id2;

insert into gesamt_tabelle(id1, id2) values(v_id1, v_id2);
end,

Dies als Beisspiel mit 2 Tabellen und einer Tabelle, wo die erzeugten IDs abgelegt werden.

--
Best regards,
Carsten mailto:carsten.cerny@cc13.com
My blog [cc13.com]



Thema Neugierige geschrieben von geschrieben
Frage: Form automatisch füllen und Suche in DB 2636 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1400 christian_goto
Re: Frage: Form automatisch füllen und Suche in DB 1315 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1138 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1210 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1157 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1247 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1172 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1266 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1159 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1165 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1429 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1095 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1240 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1535 Adamant


In diesem Forum dürfen nur registrierte Benutzer schreiben.
This forum powered by Phorum.