Hi! I used Index out of range it's worked. Bu i have problem. When i input Suhrob it's not show any data about Suhrob because not saved in database it's right work. I clear Suhrob and write Rustam It's must show all data because i saved about Rustam it's not work. Can you help me?
Please refer below code.
SQL
CREATE PROCEDURE pinfo @name VARCHAR(25) AS IF ltrim(rtrim(@name))<>' ' BEGIN SELECT firstname ,name ,lastname ,birthday ,[address] FROM info WHERE name=@name END
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.