Hi all, I asked this question on Stack Overflow yesterday, but maybe it's better to come direct to you guys.
In MS SQL Server a stored procedure can return an integer value called a return code <http://msdn.microsoft.com/en-us/library/ms190778%28v=sql.105%29.aspx> to indicate the execution status of a procedure. Does Sequel support this? The value returned from my_stored_proc.call() does not match the integer I am returning in SQL. Is there some other way to access this? Thanks! Stu http://stackoverflow.com/questions/12674874/stored-procedure-return-codes-in-sequel-ruby-orm -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/T8BF0v6R6EIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
