You could actually start significantly simpler by making the following assumptions:

  1. Read of a single table
  2. User provides SQL programatically
  3. User provides Connection programatically

With these restrictions you can get something useful working without the classes required for config-file support.

--
Kevin


Adriano Crestani wrote:

Luciano suggested to implement at first, the necessary classes to create a simple app that only reads from a database using the das c++. I was checking on the das java that these classes below are essential to create this app.

DAS
DASFactory
DASImpl
ConfigFactory
ConfigFactoryImpl
Config
MappingWrapper
config.Command
ReadCommandImpl
Command
CommandImpl
ConnectionInfo


All these classes may be found in das java. I'm needing some volunteers to
help implement these classes in c++. Actually, these classes are
implemented, but are not compiling yet. So we need these classes compiling
and implement a simple read app with these classes.

Any suggestion will be appreciated.

Adriano Crestani




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to