Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ModuleCoreFlitbase


DESCRIPTION:
This is a code library for FlitBase data access. This library contains all the code for direct and remote FlitBase file access. Remote file access done trough Windows socket using TCP/IP or internet protocol.

ClassCLASSES(S):
1. CClientSocket
Base class for client socket to be used with FlitGate server.
2. CFlitBase
FlitBase file handler class.
3. CRecord
Basic record type. All object to be placed in FlitBase file (accessed using CFlitBase class) must be inherited from this class.
4. CRecArray
A record with capality to store another record.
5. CFBSocket
A socket to access remote FlitBase file.
6. CCard
CCard is a class used to managed a card based record. A card based record refers to the record for an entity that is created only once for the entire life. For example, only one record will be created and used to hold a staff information for the entire recruitment.
7. CBill
CBill is a class used to managed a bill based record. A bill based record refers to the records that is created repeatly or periodically for a single entity depending to the happening events or transactions.
8. CFixArray
A record with ability other fix size data structure.
9. CRecordHnd
CRecordHnd is a special class used to manage CRecord object.
10. CFixArrayHnd
Class to handle CFixArray record.
11. CRecArrayHnd
A special class to handle CRecArray record.
12. CTypeArray
This is a record container used to hold sub-records with same type.
13. CTextArray
CTextArray is a group of text with different ids. This record usually used to store meltiple text iformation for a record, for example; an employee name, address and phone number.
14. CFlexArray
A record with ability other data structure. The subrecord not required to inheritted from CRecord.
15. CTag
This is the root class for Flitbase record.
16. CReference
A record the refer to other identical record.
17. CIndexer
18. CFolder
19. CIndex, CIndexW
The index list used in record indexing system. Its contains the list of all the records for given text type and ID in order form.
20. CBillHnd
A special class to handle a bill (CBill) record.
21. CCardHnd
A special class to handle a card (CCard) record.
22. CIntDate
A special calss to manage an integer date information.
23. CIntTime
A special class to manage an integer time information.
24. CMirrorSocket
This is a class to syncronize the data between local server and remote server.


GLOBAL VARIABLE(S):


GLOBAL FUNCTION(S):
LogError, LogErrorW, GetRptPrinterName
Untitled Document
SearchSearch: