Search results

  1. T

    copy values

    hi there i am new at doing macro/vba and got assigned this thing to do. basically, we have a spreadsheet, and there are 3 rows per group. each group entry has to be copied over to a new sheet, but when copying the values from the source sheet, we need the values to be copied over to the new...
  2. T

    What's your best/worst joke?

    what goes in long and hard and comes out all shrivelled and wet? its not what you think...... .....its a tetley teabag ;)
  3. T

    cohesion

    huh? lol
  4. T

    cohesion

    im not sure if this is a right place to post this but i would like to know what cohesion is? what do they mean when there can be a 10% cohesion and a 90% cohesion when looking at a diagram with access paths? thx :)
  5. T

    pseudocode

    hi there. i am REALLY sorry if this is the wrong place to post this - i really do apologise. but i hope it is posted in the correct forum basically in my coursework, i am stuck on a question. This question says: "e) Write an outline spec for an enquiry program to support the above query" and...
  6. T

    foriegn and primary keys

    so there shouldnt be a relationship between Plant and MF Run entities? same for Product and component? www.melcfanbook.co.uk/coursetext.txt is the spec - im not saying at all in anyway for you to give me the answer - i just need to know if i am correct and if im wrong - what is wrong many...
  7. T

    foriegn and primary keys

    www.melcfanbook.co.uk/entitydiagrammynewapproach.jpg www.melcfanbook.co.uk/coursetext.txt i have some questions..i hope u dont mind. :( where i have placed the questions marks in that diagram - should the lines be there even tho the coursetext doesnt say any relation between them? when u...
  8. T

    foriegn and primary keys

    hmm sorry but i dont quite understand firstly - we are not going to put this in physically in a database at all - its all paper :) lets say that we have 2 entities: Plant Supervisor Plant has: Plant no. Plant Name Supervisor has: Supervisor no. Supervisor Name. Supervisor address...
  9. T

    foriegn and primary keys

    some questions arose. if a Product has a Produce number and a plant number - would plant number be a foriegn key? is there any need for a foreign key? each product is identified by the primary key (prod no) am i correct at putting in the plant no? also - i have the entity diagram drawn out...
  10. T

    foriegn and primary keys

    thanks :) this stuff will never be put in a database at all - its not required to but i understand what you are saying :) thanks and anything else to be fixed/changed? have i answered the question properly? "identify all primary and foreign key fields"
  11. T

    foriegn and primary keys

    hi there. i hope you can help me in a nice easy english language hehe. I am on a question in my coursework which says: "Identify all primary and foreign Key fields" now - i have made tables (on paper - there is no real database access here) and i have identified hopefully nearly all the...
  12. T

    Tables - joining

    hi there. in our class (not really databases) we are asked to do a piece of coursework which involves entity relationship etc... and identifying key table names and fields etc... now - if there is a many to many relationship in our diagram we have to somehow split it up so its a 1 to many -...
  13. T

    java help plz :(

    ty i was going to ask this i re modified the code to read this: (in the addMenteeMentor) if(proceedattachment.equalsIgnoreCase("y")) { ConsoleIO.out.println("Attaching Mentee to Mentor (payrollnumber = " + mentorpn + ") ....\n\n"); anotherage = 0; iter = theStaff.iterator()...
  14. T

    java help plz :(

    real problem is the casting issue i want to cast the current prog to a Mentor prog = (Mentor)prog this code was given by an "assistant" in java class today i re coded the method to add the mentee and mentor in the softwarehouse: //Find the eldest one in the employee if(menteeage <...
  15. T

    java help plz :(

    error is it wont attach mentee to mentor sometimes it gives a runtime error on like 261/262 or there abouts in the SoftwareHouse addMenteeToMentor() method
  16. T

    java help plz :(

    im not expecting you to do the work for me - hell no im not like that i know its not a java forum - i posted in the watercooler forum and Rich said its best to post here and took the advice code is not messy - thats not an excuse not to look at it and no - i dont expect you to do the work...
  17. T

    java help plz :(

    im debugging as we speak it doesnt execute the iff statement where it is attaching the mentor and mentee i am figuring out why but please help
  18. T

    java help plz :(

    hi there I REALLY need big time java help for my coursework PLEASE explain in easy to understand words - im a newbie at java basically we are meant to design a program that is for a softwarehouse company it employees programmers when NEW programmers are joined to the company, an experienced...
  19. T

    searching part of text

    no..that doesn't work :p it has to be an accurate piece of text in order to search the whole database :(
  20. T

    searching part of text

    yeh, i know what u mean...like what i had to do for my uni project :p but is there no other way? sure, i may do this, but prefer doing the initial idea - if there isn't, no bother, i will use ur advice :D
Back
Top Bottom