Reorder P3D Properties - SQL Server Database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Normally in project using SQLite Local Database when you add a new P3D Property, this property goes to the end of the P3D Line Group table and it won't change when you close and reopen the project.
I learned with @CarstenBeinecke that if you wanna change this order, you could using SQLite Expert Personal, open Piping.dcf file and reorder the PnPProperties table as you want.
I'm starting to use projects using SQL Server Database. When I add a new P3D Property, this property goes to the end of the P3D Line Group table but when I close and reopen the project the PnPProperties table reorganize using the following Index Key Columns (TableName - Ascending, PropertyName - Ascending) and I can't change this rules
I'm not able to change the alphabetical order so I can't control the order of my P3D Line Group table.
Somebody knows how to help me?
Best regards,
Rafael Avelar