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 Mike Lewis 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: *

  1. stanmich

    How to view "Last Modified Date" on Powerbuilder Objects"

    When I used V6.5 Last Modified showed in Librarey Painter. V10x does not show the date.
  2. stanmich

    SQL Server 2000 Hangs on a View

    I wanted to follow up with the simple solution. Execute After Immediate :ls_sql; Add Commit;
  3. stanmich

    SQL Server 2000 Hangs on a View

    The reason that the appliaction was hanging was SQLCA.AutoCommit = False I added Commit; after Execute Immediate :ls_sql; Commit is also needed after a stored procedure.
  4. stanmich

    SQL Server 2000 Hangs on a View

    I am working in Powerbuilder V10.1 and SQL Server 2000. Within the application I dynamically Drop then recreate a view named view_selection_list. When another user accesses any screen using view_selection_list the screen will hang on the statement "If Exists (SELECT name FROM sysobjects WHERE...

Part and Inventory Search

Back
Top