InterviewSolution
Saved Bookmarks
| 1. |
Define A C Long Integer As A Key In Btrieve, When There Is No Long Data Type? |
|
Answer» C long integer can be DEFINED as a key in Btrieve by specifying the key as an integer. But the length need to be specified as FOUR bytes. C long integer can be defined as a key in Btrieve by specifying the key as an integer. But the length need to be specified as four bytes. |
|