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 IamaSherpa 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: *

  1. parimalpat

    Query-By-Example

    Hi All: What are the OO databases available in the market that supports Query-By-Example? for eg: Person person = new Person(); person.setFirstName("John"); person.setLastName("Smith"); person.friends = new Map(); //Or any Key-value datatype...
  2. parimalpat

    Hi All: What are the OO database

    Hi All: What are the OO databases available in the market that supports Query-By-Example? for eg: Person person = new Person(); person.setFirstName("John"); person.setLastName("Smith"); person.friends = new Map(); //Or any Key-value datatype...

Part and Inventory Search

Back
Top