User Profile

Collapse

Profile Sidebar

Collapse
vinram
vinram
Last Activity: Jan 28 '08, 01:04 PM
Joined: Jan 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vinram
    replied to stored procedur
    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....
    See more | Go to post

    Leave a comment:


  • vinram
    started a topic Regarding Validates_format_of
    in Ruby

    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
    See more | Go to post

  • vinram
    replied to Unable to Connect to Mysql from ruby
    in Ruby
    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
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...