Deutsches Application Express Forum (ApEx) -- Installation , Engine / SQL , Anwendungen
HTMLDB Engine :  Oracle Apex The fastest message board... ever.
Alles in HTMLDB, Applikationen, Berichte, SQL ... 
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 2621 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1396 christian_goto
Re: Frage: Form automatisch füllen und Suche in DB 1307 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1131 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1203 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1153 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1243 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1172 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1261 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1153 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1160 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1427 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1086 cc13
Re: Frage: Form automatisch füllen und Suche in DB 1237 Adamant
Re: Frage: Form automatisch füllen und Suche in DB 1527 Adamant


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