TAILIEUCHUNG - Applied C# in Financial Markets phần 7

một từ khóa được sử dụng để xác định các giao diện trong một cách tương tự như một lớp học được định nghĩa như thế nào. Một lớp trừu tượng là tương tự như giao diện, ngoại trừ nó sử dụng từ khóa trừu tượng ở vị trí của các từ khóa giao diện, | --------------------------- 4 ------------------------------- Databases __ In finance the need to retrieve or update a database is a key part of most applications. For those familiar with ADO the big change from ADO to is that is a disconnected data architecture. With a disconnected data architecture the data retrieved are cached on the local machine and the database is only accessed when you need to refresh or alter the data. In the futures and options trading system the requirement to access the database is constant from reading product information to booking trades and positions. includes classes to handle SQL server and OLE compliant databases such as Access but to work with ODBC compliant databases such as Sybase you will need to download the ODBC .NET Data Provider from the Microsoft website. OBJECT MODEL DataAdapter and DataSet objects are the two key objects for managing data. The two objects split the logic of handling data into sections DataSet manages the client end and DataAdapter manages the DataSet with the data source. Data Adapter is responsible for the synchronisation where applicable and has the methods to interact with the database directly. DataSet is not just representation of data retrieved from atable it also handles relationships DataRelations Constraints and Tables collections. The data cannot be directly accessed through the DataSet instead a DataTable is returned that contains a collection of Rows and a collection of Columns. Note DataSets can also be used to create data source-less tables which can be handy for client-side temporary data or working with XML documents. CONNECTING TO THE DATABASE There are several DataAdapter classes the SqlDataAdapter for use with Microsoft s SQL server the OleDbDataAdapter for OLE 60 Applied C in Financial Markets compatible databases both these are included with Visual Studio .NET and the OdbcDataAdapter used with .

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.