The Btrieve version class.
More...
#include <btrieveCpp.h>
The Btrieve version class.
- Examples:
- bversion.cpp.
◆ BtrieveVersion()
BtrieveVersion::BtrieveVersion |
( |
| ) |
|
◆ ~BtrieveVersion()
BtrieveVersion::~BtrieveVersion |
( |
| ) |
|
◆ GetClientRevisionNumber()
int BtrieveVersion::GetClientRevisionNumber |
( |
| ) |
|
Get the client revision number.
- Description
- Client refers to the instance of Zen used by the caller.
- Snippet
{
goto leave;
}
printf("ClientRevisionNumber = %d\n", i);
- Return values
-
- Examples:
- bversion.cpp.
◆ GetClientVersionNumber()
int BtrieveVersion::GetClientVersionNumber |
( |
| ) |
|
Get the client version number.
- Description
- Client refers to the instance of Zen used by the caller.
- Snippet
{
goto leave;
}
printf("ClientVersionNumber = %d\n", i);
- Return values
-
- Examples:
- bversion.cpp.
◆ GetClientVersionType()
◆ GetLastStatusCode()
Get the last status code.
- Note
- This method is intended for use following methods which don't return a status code.
- Snippet
- Return values
-
= Btrieve::STATUS_CODE_NO_ERROR | Success. |
!= Btrieve::STATUS_CODE_NO_ERROR | An error has occurred. |
- See also
- Btrieve::StatusCodeToString
- Examples:
- bversion.cpp.
◆ GetLocalRevisionNumber()
int BtrieveVersion::GetLocalRevisionNumber |
( |
| ) |
|
Get the local revision number.
- Description
- Local refers to the instance of Zen running locally with the caller.
- Snippet
{
goto leave;
}
printf("LocalRevisionNumber = %d\n", i);
- Return values
-
- Examples:
- bversion.cpp.
◆ GetLocalVersionNumber()
int BtrieveVersion::GetLocalVersionNumber |
( |
| ) |
|
Get the local version number.
- Description
- Local refers to the instance of Zen running locally with the caller.
- Snippet
{
goto leave;
}
printf("LocalVersionNumber = %d\n", i);
- Return values
-
- Examples:
- bversion.cpp.
◆ GetLocalVersionType()
◆ GetRemoteRevisionNumber()
int BtrieveVersion::GetRemoteRevisionNumber |
( |
| ) |
|
Get the remote revision number.
- Description
- Remote refers to the instance of Zen used to access the optionally supplied Btrieve file.
- Snippet
{
goto leave;
}
printf("RemoteRevisionNumber = %d\n", i);
- Return values
-
- Examples:
- bversion.cpp.
◆ GetRemoteVersionNumber()
int BtrieveVersion::GetRemoteVersionNumber |
( |
| ) |
|
Get the remote version number.
- Description
- Remote refers to the instance of Zen used to access the optionally supplied Btrieve file.
- Snippet
{
goto leave;
}
printf("RemoteVersionNumber = %d\n", i);
- Return values
-
- Examples:
- bversion.cpp.
◆ GetRemoteVersionType()
Get the remote version type.
- Description
- Remote refers to the instance of Zen used to access the optionally supplied Btrieve file.
- Snippet
- Return values
-
- See also
- Btrieve::VersionTypeToString
- Examples:
- bversion.cpp.