Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure

2009-08-03 Thread Leigh Wanstead
...@delphi.org.nz]on Behalf Of Jeremy Coulter Sent: Tuesday, 4 August 2009 2:30 p.m. To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure does the Stored proc. you are calling work ok if you call it in iSQL? That would

Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure

2009-08-03 Thread Jeremy Coulter
...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: 4 August 2009 14:50 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure I got around the problem by putting these statements in the stored procedure SET CONCAT_NULL_YIELDS_NULL

Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure

2009-08-03 Thread Neven MacEwan
*To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure I got around the problem by putting these statements in the stored procedure SET CONCAT_NULL_YIELDS_NULL on; SET ANSI_WARNINGS on; SET ANSI_PADDING on; SET