adTempus MSDE Database Schema

smp (34 posts)
October 31, 2008 02:28 PM
Accepted Answer

Is there any doc on the structure of the SQL database? I assume if I want to programmatically search for jobs based on certain values, that I'd need to know what the database structure is. But I can't seem to find detailed info on it.

Maybe that's unnecessary, or the assumption is we'd use some other tool (like adtDbUtil.exe) to look at the structure ourself instead of relying on doc?

J.D. Staff (46 posts)
November 3, 2008 07:21 AM
Accepted Answer
Database schema documentation is available for adTempus 2.1 and adTempus 3.0.

This is bare-bones documentation; you will need to look at the API docs as well for descriptions of tables (objects) and columns (properties).

The API is the preferred way for developers to interact with adTempus. Direct database updates are not supported.

Replies are disabled for this topic.