Skip to Content.
Sympa Menu

freetds - RE: [freetds] Exceptoins are not picked up by FreeTDS fromDB?(0.62.2 )

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Piet De Jong" <piet AT ahead-tech.net>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Exceptoins are not picked up by FreeTDS fromDB?(0.62.2 )
  • Date: Fri, 16 Apr 2004 15:55:18 +0200

Found it, the problem is that the first line in the stored proc is:
set nocount on

This caused raiserror not to throw....
However, the problem is that I need to 'set nocount on' in there
otherwise MS ODBC does not throw

Does this make sense ?






Archive powered by MHonArc 2.6.24.

Top of Page