|
Size: 910
Comment: removed correction which is implemented now.
|
← Revision 6 as of 2009-09-20 23:04:13 ⇥
Size: 912
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| Please add comments for [http://db.apache.org/torque/tutorial/step3.html Step 3 of the Torque tutorial] below. | Please add comments for [[http://db.apache.org/torque/tutorial/step3.html|Step 3 of the Torque tutorial]] below. |
User comments for Step 3 of the Torque Tutorial
Please add comments for Step 3 of the Torque tutorial below. You must be logged into the wiki to edit this page.
The part "Creating the database" does not always work. Consequently, it would be a good idea to tell the user how to manually create his database. I think that is just the three simple steps: 1. Create db manually 2. run id-table-schema.sql 3. run project-schema.sql
-- Not sure if I understand this. The tutorial says already that "creating the database" does not always work, and that one should do it manually if it fails. But I did not know that the "creating the tables" part can also fail. Of course I can add a comment that one can also create the tables by running the sql scripts in the "creating the tables" part. Would that resolve the problem ?