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 Chriss Miller 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 justgotpaid

  1. justgotpaid

    executeQuery of ResultSet doesnt like WHERE clause

    Thanks Dian, actually I kinda should have known this cuz I used the same thing in a Insert statement and had to use all those, as you say, que quotes. I guess my question is you'd think that the designers of java would have something built into their sql statements to treat the + str which I...
  2. justgotpaid

    executeQuery of ResultSet doesnt like WHERE clause

    Hello all. Im trying to bring back a row of data from a mysql table based on a filename field which is a varchar datatype. But Im not using the actual string, which happens to be wav1.wav but a variable name which was assigned to the string, i.e. the str below. It doesnt like this. HOwever if...

Part and Inventory Search

Back
Top