Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SrTek
  • Order by date
  1. SrTek

    Migrate PB8 to PB11 deleting errors

    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...
  2. SrTek

    Powerbuilder 11 SNC issue with open cursor and transaction

    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...

Part and Inventory Search

Back
Top