Viewing post 1 (of 1 total)
Hi,
Thanks for the reply.
My inserting of data works. I need to retrieve the data for the user name typed in the text box.
alter procedure up_SearchUser
(
@IC_NAME nvarchar(50)
)
as
begin
...
August 18, 2009 at 5:52 am
#1040757