If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > setting a flag

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-03, 13:37
bobwilli bobwilli is offline
Registered User
 
Join Date: Nov 2003
Posts: 7
setting a flag

I have an user input form with two text fields.
My users can either type in a 'userid' or a 'emailid'.

Based on this two values I need to construct a Java SQL statement,
which will set a flag on the corresponding row, if either one of the input values are available and matches in the db.

The idea of setting a flag is, these flag set rows are for further removal or deletion from the db.

is there a way to to do this?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On