.DDD 파일 확장자
Alpha Five Data Dictionary File
| 개발사 | Alpha Software |
| 인기도 |
3.0 | 17 투표 |
DDD 파일이란 무엇인가요?
Dictionary file created by Alpha Five, an IDE that enables users to develop Web, desktop, and mobile applications; contains a list of all the elements added to the .DBF file; elements include browses, reports, saved operations, letters, and form designs; functions similarly to the DBF file format as it's a table linked to a .DDM memo file like the DBF file is linked to the .FPT memo file.
추가 정보
An example of the relationship between DBF, DDD, and DDM files: Let's say we created a field rule in the DBF file called "Rule." A record is then created in the DDD file with Rule in the name field, FRUL in the type field (because it's a field rule), and code in the memo field that references the actual code in the DDM file.
For every table you create in Alpha Five, a DDM, DDD, and .DDX file will be created. These files make up the table data dictionary for a DBF file. The dictionary stores queries, saved utility settings, and layouts. It's referenced by Alpha Five to overcome limitations of the DBF file. DDD files should be kept with the DDM and DDX Data Dictionary files in order for Alpha to find all of the elements and their pieces.
참고: In 2013, Alpha Five became Alpha Anywhere.
일반적인 .DDD 파일 이름
[Name of your table].ddd - When a table is created, the DDD file will be created with the same name as your table.
DDD 파일을 열거나 참조하는 프로그램
GLBasic 3D Data File
| 개발사 | Dream Design Entertainment |
| 인기도 |
2.8 | 18 투표 |
File used by GLBasic, an application used to develop cross platform software with the BASIC programming language; saves the vertices of a 3D object and can be rendered as part of a 3D animation or as a static object in a GLBasic program.