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!

Search results for query: *

  • Users: styx218
  • Content: Threads
  • Order by date
  1. styx218

    SQL WHERE issue

    This is a simple issue but ive been staring at it so long i cant get it and its driving me mad statement = _connection.prepareStatement("INSERT INTO users (option1,option2,option3,option4,option5,option6,option7,option8,option9,option10,option11) VALUES (?,?,?,?,?,?,?,?,?,?,?) WHERE userName=...
  2. styx218

    Can jsp be used in SQL statements?

    I am developing a fantasy football application.When the user makes choice of players, i need them to be stored in a seperate table,that applys to only them,so that when the user is logged in i can retrieve the values from the table and display in a bean. So it will be titled whatever the...
  3. styx218

    modify password function incomplete

    Hi Guys, Im developing a function to allow users to modify there passwords.im having a little trouble finishing it off,can anyone give any pointers? Simple form to take parameters form name = "passwordform" action = "LoginServlet" method = post> <input type="hidden" name="ACTION...
  4. styx218

    Display sql records dynamically

    Hi guys, Just a quick question.I am developing a jsp application an dwould like to display records from my sql database dynamically from a drop down box.Is this possible.And would the page have to be reloaded everytime a user selected a record from the drop down box.Any help appreciated...
  5. styx218

    Adding to database issue

    Hi guys, Just joined the board so a big hello to you all. The reason im here is because im having a sql related issue. Im using a form to gather user details to store in sql database. But when i add records they are being saved as "Null".What am i doing wrong here? Any ideas?

Part and Inventory Search

Back
Top