Re: T-SQL Error Message Capture

2018-06-08 Thread Jeremy Evans
On Thursday, June 7, 2018 at 7:09:36 PM UTC-7, ELMER IBAYAN wrote: > > Hi Jeremy, > > We are using JDBC:MSSQL driver and I realise there's a similar question > posted here at StackOverflow >

Re: T-SQL Error Message Capture

2018-06-07 Thread ELMER IBAYAN
Hi Jeremy, We are using JDBC:MSSQL driver and I realise there's a similar question posted here at StackOverflow : I think the way it's getting it from JDBC is thru

Re: T-SQL Error Message Capture

2018-06-03 Thread Jeremy Evans
On Sunday, June 3, 2018 at 5:40:57 PM UTC-7, ELMER IBAYAN wrote: > > Hi Jeremy, > > Thank you for your reply. I really appreciate the help that your team can > extend. > Maybe I didn't really explain in detail what I need. I would like to grab > the whole message returned when calling a stored

Re: T-SQL Error Message Capture

2018-06-03 Thread ELMER IBAYAN
Hi Jeremy, Thank you for your reply. I really appreciate the help that your team can extend. Maybe I didn't really explain in detail what I need. I would like to grab the whole message returned when calling a stored procedure which shows up in the Message Tab in T-SQL/SQL Server output which

Re: T-SQL Error Message Capture

2018-05-31 Thread Jeremy Evans
On Thursday, May 31, 2018 at 6:35:56 PM UTC-7, ELMER IBAYAN wrote: > > Hello sequel team, > > I am trying to capture error messages based on different scenarios when > calling stored procedures on T-SQL. I am able to grab result_set properly > when return_code 0 as the first row for normal