connect 2 oracle users over network [message #240871] |
Sat, 26 May 2007 20:13 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Rafeek
Messages: 159 Registered: April 2007 Location: egypt
|
Senior Member |
|
|
Dearl all
using forms 10g .
i have two pc(personal comp) pc1 and pc2..
when i create a block in pc2 , where item example is a,b,c, and d.
then in pc1 i have forms but different table name where item is e,f,g and h....
My question is.. if i click in pc2 the item A ='apple' then the Apple which is the record of itemA will go to the pc1 itemE.
can anyone help me what code should i use is order to solve this problem..
plz help me..
|
|
|
Re: connect 2 oracle users over network [message #240909 is a reply to message #240871] |
Sun, 27 May 2007 09:36 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Create a database trigger which would fire upon INSERT into the table and insert newly created record into another table. On remote side, you'll have to execute query to fetch those records into the form.
|
|
|