Examples: C# - Vessels Search I  http://samirfares.info/mi/samir04/default.aspx

Assuming that there is a database of vessels and ships owners and the flights that carried out by these vessels, I've built simple data contains data for ships and their owners and trips which carried out, and the relationship between ships table and their owners table and table of trips which carried out, using MS SQL. As well as, I was designed and programming a web program to display and review and search in the database tables relationship, using ASP.NET and C#. So you can filter the whole database (all tables - using the relationship) by Owner Name or Boat Name or Trip from (or any other fields). Also it is possible to (hide or view) any tables of the database, and (hide or view) any field of table.