TAILIEUCHUNG - Oracle Essbase 9 Implementation Guide- P70

Oracle Essbase 9 Implementation Guide- P70:Essbase is a multidimensional database management system. The name Essbase stands for Extended Spread Sheet dataBASE. Using the custom add-in provides the end-user with near seamless compatibility in the Microsoft Excel spreadsheet program. | Automating your Essbase Cube Essbase nested coding style examples Here is a representative example of the nested coding style and the obvious benefits of employing such a method or style. Begin action 1 Begin action 2 Begin action 3 Perform action 3 End action 3 Begin action 4 Perform action 4 End action 4 End action 2 End action 1 This example should illustrate nicely why the nested style is the preferable code writing style. The next example will now put the previous example into Essbase functionality context so it makes sense for you. Most Essbase API functions usually must be started or opened and after completion of the task they must be ended or closed. Initialize the API Login to a server Connect to a database Open a database outline Browse the outline Close the outline Open a report Modify save the report Close the report Disconnect from a database Logout from the server Terminate the API Typically the group of Essbase API calls or functions illustrated in the previous example would be embedded in a VB subroutine so that it would actually look more like this Sub BrowseOutlineAlterReport Initialize the API Login to a server Connect to a database Open a database outline Browse the outline Close the outline Open a report Modify save the report ----------------------------------- 330 -------------------------------- Download at Chapter 8 Close the report Disconnect from a database Logout from the server Terminate the API End Sub As you can see each Essbase API call has an ending or terminating call that must be executed when the desired function has completed. Many code editors support the nested coding style by automatically indenting the next line of written code to the same indentation as the previous line making nested code writing even easier. The Visual Basic editor supports nested code writing and Oracle Essbase recommends you use the nested coding style when coding Essbase API functions. Essbase API function declarations For your convenience

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.