Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width12%

General

FAQ
Downloads
What's new?

Guides

User Guide
Architecture Guide
Java Doc

Development

Source Code
Get Involved

Column
width88%

Introduction

    The DAS Lite C++ library is a minimal collect of classes needed to implement a simple read  webApp. This webApp should create a prepared statement using a given select statement string  and return the selected rows. It also should generate a graph with the data returned by the database using SDO C++ framework. 

Class Diagram

    This class diagram represents the structure of DAS Lite C+. These classes were extracted from DAS Java and should be implemented in C+. The Connection class should be replaced for HDBC structure, from ODBC framework.
Image Modified