Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Retrieve Unicode String

    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

    ...

Viewing post 1 (of 1 total)