Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KevinWilliams: http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/RDBDAS_Java_User_Guide/Basic_CRUD ------------------------------------------------------------------------------ = Basic CRUD = - The RDB DAS provides a simple, command-oriented approach for reading and writing to the database. The following ilustrates the simplest possible read: + The RDB DAS provides a simple, command-oriented approach for reading and writing to the database. The following illustrates the simplest possible read: {{{ - //Create and initialize command to read customers DAS das = DAS.FACTORY.createDAS(getConnection()); Command readCustomers = das.createCommand("select * from CUSTOMER where ID = 1"); - - //Read DataObject root = readCustomers.executeQuery(); }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
