InterviewSolution
Saved Bookmarks
| 1. |
What Is Blob: (binary Large Object)? |
|
Answer» Used to store bitmaps and memos. MAX size can be 2 GB. FINDSET: for GETTING multiple records, you intend to LOOP through them FINDFIRST: for getting only the first RECORD in the FILTER, just one record FINDLAST: for getting only the last record in the filter, just one record Used to store bitmaps and memos. Max size can be 2 GB. FINDSET: for getting multiple records, you intend to loop through them FINDFIRST: for getting only the first record in the filter, just one record FINDLAST: for getting only the last record in the filter, just one record |
|