9.105 CStpDBAccess::StpDBcreate
LONG CStpDBAccess::StpDBcreate(const SCString& scsBufName, LONG lUserRecordsCount, LONG lUserAlarm, LONG lUserAlarmOpen, LONG lUserIncrement, LONG lIndxCount, LONG lIndxAlarm, LONG lIndxIncrement, LONG lStationCopy)
Create a Infra DataBase file. This function simply calls ACIpsDBAccess::DBcreate and handles warnings and errors
Defined in: StpDBAccess.cpp
|
Parameters
|
scsBufName
Input name of buffer
lUserRecordsCount
Input number of user records
lUserAlarm
Input min free user record
lUserAlarmOpen
Input min free user record on starting Infra
lUserIncrement
Input increment of user record
lIndxCount
Input number of index records
lIndxAlarm
Input min free index record
lIndxIncrement
Input increment of index record
lStationCopy
Input if > -1 table renamed to this value
|
