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 willianmaja:
http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/RDBDAS_HOWTO_HelloDASApp

------------------------------------------------------------------------------
          create database companyweb; -> "This command will create the 
CompanyWeb database"
          use companyweb; -> Set the shell to work with companyweb database
      2- Create a text file and name it as "comapnyweb.sql", you should insert 
the following lines in this file;
- || CREATE TABLE EMPLOYEE ( ||
+ || CREATE TABLE EMPLOYEE (
-        ID INTEGER NOT NULL AUTO_INCREMENT,
+ ||       ID INTEGER NOT NULL AUTO_INCREMENT, ||||
          NAME VARCHAR(30),
          SN VARCHAR(10),
          MANAGER SMALLINT,

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

Reply via email to