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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TECHRIKA

  1. TECHRIKA

    Good OOP?

    Don't use an array. If you have a better structure like collection use it. What language are you modelling for? Simon
  2. TECHRIKA

    re: java problem

    To 2. JARs are zip-files with additional information (an extra file named MANIFEST). They contain compiled java-code (.class files) distributed in packages. During the compilation and during the runtime you written classes will need all the classes you imported. (The better way is to import...
  3. TECHRIKA

    copying Access file to Unix server

    This is not a problem of Java but a problem of Access. Access provides some mechanisms of sharing a common database lying somewhere in a network share. You should check your it in the msdn. Simon
  4. TECHRIKA

    Result structure dependant on query

    I got a following problem: I have a table TRAIN_DATA with columns FROM,TO,TO_RAIL,TRAIN_NR. All of the columns are from the text-type. I have some records in that table like: FROM | TO | TO_RAIL | TRAIN_NR -----+------+---------+--------- VAL1 | VAL2 | 1 | 1111 VAL2 | VAL3 | 4 |...

Part and Inventory Search

Back
Top