swing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nellu
    New Member
    • Oct 2006
    • 6

    #1

    swing

    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
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    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?

    Comment

    Working...