Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9230377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:48:37+00:00 2026-06-18T05:48:37+00:00

Can someone point me towards a source for schema definition for the Intergy database?

  • 0

Can someone point me towards a source for schema definition for the Intergy database? It’s a Medical Practice Management database by a company named Vitera (Intergy used to be owned by Sage). The database engine is Progress. Basically, what I’m looking for is the table names, the associated columns, and the Primary/Foreign Keys. I’ve gone to Vitera, and have been told that this info is proprietary. I’ve built a simple web app that peeks at the Progress catalog tables, and this has gotten me part of the way. But, it would be nice to get a little more detail. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:48:38+00:00Added an answer on June 18, 2026 at 5:48 am

    If you can get to the catalog tables you’ve got what you need. You probably just need a little understanding of the relationships between _file, _field and _index to complete the picture.

    _file = table

    _field = column

    As Tim points out there are no explicit foreign keys and so forth.

    Fields are related to tables by a common “recid”. I’m not a SQL guy and won’t pretend to be one but the 4GL version of the query relating them is:

    for each _file no-lock where _tbl-type = "t":
    
      display _file-name.
    
      for each _field no-lock where _field._file-recid = recid( _file ):
    
        display _field-name.
    
      end.
    
      for each _index no-lock where _index._file-recid = recid( _file ):
    
        display _index-name.
    
        for each _index-field no-lock where _index-field._index-recid = recid( _index ):
    
          find _field no-lock where recid( _field ) = _index-field._field-recid.
          display _field-name.
    
        end.
    
      end.
    
    end.
    

    It should be fairly obvious how to convert that to SQL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone point me towards a good video tutorial that teaches how to connect
Can someone point me towards a good article or tutorial on how to access
Can someone please point me towards some nice resources for understanding and using nested
Can someone point towards (or show) some good general floating point comparison functions in
Can someone please point me towards documentation on handling content on different screen sizes
can someone point me to some methods for perspective ray casting. I have seen
Can someone point me to an article that shows the dropdownlist being populated from
Can someone point me to some tutorial on how to set up a ping
Can someone point out a couple of good quality tutorials/pages for donut caching? Like
Can someone point me in the right direction of some information on using: <%#

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.