DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Designer Table APIs

  1. #1
    Join Date
    Apr 2002
    Location
    Philippines
    Posts
    77

    Question Designer Table APIs

    Hi All,

    Anybody has done projects using Designer Table APIs? We are currently in dilemma if we would implement the Table API or just create our own database triggers.

    What are the advantage and disadvantages with the Table APIs?

    Any feedback would be highly appreciated.

    TIA,
    skid

  2. #2
    Join Date
    Feb 2001
    Posts
    180
    Headstart-utilities will use these things when generating forms etc.
    , however it is very time-consuming. For forms etc. which normally will not handle big amount of records, it is not a problem, but when there are batch-processes modifying that table, it becomes very slow.
    There are some methods to fasten it a bit, but it stays slow.
    We made a decision to use table-API's, but for some large tables, where users are not allowed to modify ( they are filled in batch-procedures) we removed them for performance-issues.
    Regards
    Ben de Boer

  3. #3
    Join Date
    Apr 2002
    Location
    Philippines
    Posts
    77
    Ben,

    Thanks for the info.

    skid

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width