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

    New in PB - please help

    First, you must check if the window you are referencing is valid. Your code may look like this: IF IsValid(w_name1) THEN w_name1.st_name.text = END IF IF IsValid(w_name2) THEN w_name2.dw_1.InsertRow(0) END IF Hope this will help.
  2. katatagan

    How are Oracle Stored Procedures used as Data Source in DataWindows?

    Hi there. I am a PowerBuilder developer and recently we have migrated our Sybase databases to Oracle8i. Our problem is, we cannot use Oracle stored procedures which return result sets. The error says that we need to declare the stored procedures. How can we do this? Please help. katatagan...
  3. katatagan

    Error::Catalog tables could not be created...

    Usually, the PB Catalog Owner is also the default owner for the DBMS. If you specify another owner, PowerBuilder will create a new set of tables for that owner. This means that it is possible to have multiple PB extended attributes system tables in a database.
  4. katatagan

    Error::Catalog tables could not be created...

    In the Database Profile Setup window, select the System tab and provide the PowerBuilder Catalog Table Owner. I don't know the default owner for these PB system tables in MS Access. In my case, I make SYSTEM as the owner for my ORACLE database. I hope this will help.

Part and Inventory Search

Back
Top