Connecting Tech Pros Worldwide Forums | Help | Site Map

swing

Newbie
 
Join Date: Oct 2006
Posts: 6
#1: Oct 19 '06
i need a help.
i have 2 tables in MS Access one Java swing Program.
my program retrives the values from one table and after some calculation the final result will be inserted into another table.
[[[oracle trigger ie (when data is inserted into one table that data can be inseted automatically into the another table)]]]

like this,
when one row is inserted in first table my java program should run.
if there is any possibility tell me
thank u

Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Oct 19 '06

re: swing


Quote:

Originally Posted by nellu

i need a help.
i have 2 tables in MS Access one Java swing Program.
my program retrives the values from one table and after some calculation the final result will be inserted into another table.
[[[oracle trigger ie (when data is inserted into one table that data can be inseted automatically into the another table)]]]

like this,
when one row is inserted in first table my java program should run.
if there is any possibility tell me
thank u

Why won't you call the method that inserts the other data soon after data in the first table is inserted?
Reply