I had similar problem when doing an update. Try setting the nocount property to 'ON' immediately after you make the database connection. This setting will apply for the entire session. If you do not want to apply this setting for the entire session then add 'set nocount on' to the trigger of the...
I have migrated an existing application from PB 9 to 11 which now uses the new sql server native interface (SNC) to connect to SQL 2000.
I came across may issues and was able to so far get some solutions/workaround except for the one below:
"Object was Open" error is received when a begin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.