Hello all,
Questions on the DB portion of installation guide:
http://cwiki.apache.org/confluence/display/STONEHENGE/Stonehenge+PHP+and+WSAS+Stocktrader+Installation+Guide#StonehengePHPandWSASStocktraderInstallationGuide-database
That sections says "Table scripts can be obtained from here":
https://svn.apache.org/repos/asf/incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/
That has two scripts:
- InsertScript.sql
- Table Creation.sql
That sections says 'Run "Table Creation.sql" and "InsertScript.sql"
It seems, looking at the scripts (note: I do not have SQL experience), it seems
they
might expect services to be running and possibly other files to exist.
Could someone give more information about how to proceed in this section?
-------------------------
Related, but hopefully orthogonal:
How do those above scripts relate to:
contrib/stocktrader/dotnet/Setup/DataLoad/CreateInsertXMLHoldingProc.sql
contrib/stocktrader/dotnet/Setup/StockTraderDB/Holding.xml
It seems the CreateInsertXMLHoldingProc script loads up the data from
Holding.xml
There's plenty of data in their (and similarly for Account, AccountProfile,
Orders and Quote).
Do the InsertScript and Table Creation scripts accomplish the same thing?
Thanks,
Harold