Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: venky
  • Content: Threads
  • Order by date
  1. venky

    java.lang.Process related question

    hi,<br><br>I have written a small java class (say InputReader ) that reads the input from the keyboard and ends when the user enters the 'Ctrl+Z'. <br><br>I have another class that starts a Process thru Runtime.getRuntime().exec() method and executes the above <br>program &quot;java...
  2. venky

    foreign key constraint

    hi,<br> <br> I am experiencing problems while implementing foreign key<br> columns in tables . The problem is that even after giving<br> the references clause in the foreign table the column <br> allows values that are not there in the master table.<br> <br> i am using references master_table(...
  3. venky

    foreign key constraint

    hi,<br> I am new to mysql but have experience on oracle and am implemnting a web db solution with mysql. <br> <br> I create two tables <br> <br> Cities which has 2 fields<br> <br> citycode mediumint primary key<br> cityname varchar(20) <br> <br> and <br> <br> pincodes <br> <br> pincode...

Part and Inventory Search

Back
Top