Click here to Skip to main content
15,905,028 members

Comments by Madhubala Ganesan (Top 1 by date)

Madhubala Ganesan 3-Mar-13 3:55am View    
No..while issuing a book to a member,i get the member ID as input in a textbox. i need to check if such an ID really exists in my database. i need to compare the member ID from text box to all member IDs in the database. If such an ID exists, book should be issued. If not found, book will not be issued.

"Select * FROM MyTable WHERE" statement cannot be used since i am not using any other parameter to 'select' use for WHERE. i jus need to check a particular column of a whole table with the input from the textbox.