Of course you can write servlets
 to work with your database
   anyway you like with sql, etc

you can even write a java program
 to read from your old database or spreadsheet
  and import that data into your new derby database tables

I am assuming you did already
        CREATE SCHEMA mySchema
and
        CREATE TABLE mySchema.myTableName(s)...



alternatively
 for the initial loading of data from another database
  you might consider using the ij dos command line tool
    which comes with derby

or using some other graphical database utility


Sowjanya_Reddy wrote:


*Dear Sir/Madam, *

* I have installed both tomcat 5.5.26 and respective Derby zip files. While following the steps to configure I faced the problem regarding the tables building and loading. *

*There, some queries are given to build and load the tables . Actually what to do with those queries. Where can I run them or add them up to make the tables build and load values. *

*   *

*Thank You. *

*Regards, *

*Sowjanya Reddy *

*Satyam computers limited *

*Pune. *

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated..


Reply via email to