example for a stored procedure
create procedure sample
name varchar(50)
as
begin
{
select * from employee where name=@name
}
end
this procedure will fetch you the record when u pass the detail(name) u need as parameter....
User Profile
Collapse
-
Regarding Validates_format_of
hi guys,
can anyone pls give me some idea regarding the concept of "validates_form at_of"
also give me one example so that it will be easy for me to get thro.
Thanks in advance
vinram -
hi,
just check after u install ruby and rails ...go to browser and type http://localhost:3000/ u will get a page with the below details appear when u click a link "about your application's environment" :
Ruby version 1.8.6 (i386-mswin32)
RubyGems version 0.9.4
Rails version 1.2.5
Active Record version 1.15.5
Action Pack version 1.13.5
Action Web Service version 1.2.5
...Leave a comment:
No activity results to display
Show More
Leave a comment: