UNIVERS
15.3
UNIVERS base processing software API
|
#include <uwe_project.h>
Public Attributes | |
char * | szProject |
char * | szDSName |
int | dbVersion |
Information about project. It doesn't equal to project's attributes!
int UweProjectInfo::dbVersion |
Version of DB; usually 40 for old projects based on 'setup' file, 50 for multi-FS LDB with separated headers, 60 for UDB with arbitrary DB engine encapsulated by driver.
char* UweProjectInfo::szDSName |
Name of data source ("setup" for LDB v.4.x).
char* UweProjectInfo::szProject |
Name of the project.