hi ther,
can anyone tel me how to check whether t user input characters r exactly same as in table with sql server as backend...
im facin prob wen i retrieve data from sql server database for a gvn input...
say for example, wen t user key in employee num = pr0001 n asked for displyin tat employee's details! but in t database t employee num is PR0001..
so by right, it shldnt allow to display t PR0001's data coz t user only input pr0001..unfortunately ma current system wil enable displaying in such case!
so is tat any code to check t user in put whether it is identitical to t one in t table or not!!!
can anyone tel me how to check whether t user input characters r exactly same as in table with sql server as backend...
im facin prob wen i retrieve data from sql server database for a gvn input...
say for example, wen t user key in employee num = pr0001 n asked for displyin tat employee's details! but in t database t employee num is PR0001..
so by right, it shldnt allow to display t PR0001's data coz t user only input pr0001..unfortunately ma current system wil enable displaying in such case!
so is tat any code to check t user in put whether it is identitical to t one in t table or not!!!