简体   繁体   中英

Anyone know how can I obtain the database schema of peachtree with SQL? (pervasive)

I'm trying to create a query that returns me the schema of the database peachtree erp. Does anyone know how to solve this?

Until now, I could get this: Select * from X$File but It's not what I need.

Or if anyone has a modeling database for peachtree, it would be nice to share it over here.

The X$FILE table only stores the table name to physical filename link. The X$FIELD table links the fields to the tables and includes the offsets, data types, and field names. X$INDEX shows the indexes on the fields in X$FIELD .

This may or may not help as Peachtree may or may not define all fields or tables.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM