From: James Adam Date: 2007-04-02T00:01:49+09:00 Subject: Re: Ruby + sql server On 3/30/07, Faby wrote: > Hi, > I would like to execute a stored procedure using ruby and sql server > 2000 with DBI and ODBC. > Can anyone give me an example on how to do it? > Thanks Probably the simplest way is use ruby-dbi to open a connection, and then run the "EXEC " SQL as a regular statement. You should find plenty of resources on the web about using ruby-dbi. -- * J * ~