aspose file tools
The moose likes JDBC and the fly likes Auto fill in mysql Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Auto fill in mysql" Watch "Auto fill in mysql" New topic
Author

Auto fill in mysql

Namnai Kidorkar
Greenhorn

Joined: Jul 02, 2005
Posts: 25
say i've two tables. they both have 2 columns in common. Is there anyway, that each time i update those two columns in table one, table two gets updated as well? how about updating with different informatin such as lengh of table 1 column 1 goes to table2 column 1. thanks in advanced.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

You could do this with triggers. Alternatively, if you have shared data you could store this in a seperate table and refer to it from each existing table.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Auto fill in mysql
 
Similar Threads
How to create dynamic rows and columns in HTML tables
Nested Tables and Colspan attribute
Runtime Creating Tables
Add an editable row to an non editable JTable
MySQL table joining