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?
In each procedure i have return for example:
create procedure pinfo
@name varchar(25)
As
If ltrim(rtrim(@name))<>' '
Begin
Select firstname,name,lastname,birthday,address from info where name=@name
Return
End
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.