Another question I posted said to use temporary tables. And the temporary table would not get rolled back. This worked great. I create the temporary table in PowerBuilder and then I call a stored procedure which calls other stored procedures.... and it keeps populating the #errorlog table and everything was rolled back except this temp table. Which then gets returned back to PowerBuilder and in PowerBuilder I then populate the permanent error table. This temp table doesn't get reset. It solved my problem! thank you for you help I will try loopback too but the temp table was exactly what I was looking for. thank you!
↧