Search:

Type: Posts; User: Kimiko Sakaki

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: MS Access Error: Too Few Parameters. Expected 2?

    PreparedStatements is so much better. Thank you for your help!
  2. [SOLVED] Re: MS Access Error: Too Few Parameters. Expected 2?

    For the "at VersionTwo.AddInstrument(VersionTwo.java:70", it's referring to "System.out.println (addRow);". For the "at VersionTwo.main(VersionTwo.java:45)", it's referring to the line where I call...
  3. [SOLVED] MS Access Error: Too Few Parameters. Expected 2?

    Hi all, I am trying to add a new row into my table, in which the name depends on the String variable "InstrumentName". The values are listed in order and I'm pretty sure I haven't missed a column....
  4. Re: Switching letter-cases from user input; why is not working?

    Thank you for the help! I'll try and see what I can do with the StringBuilder class.
  5. Switching letter-cases from user input; why is not working?

    Hey guys,

    So I just started learning Java this year so you can say I'm fresh off the boat. Though I've learned programming concepts before (from Turing). Right now, I'm experiencing some...
Results 1 to 5 of 5