Hello all,

The Metro interns' current plan is:

1. create and populate tables in MSSQL
   (independent of any .NET, PHP or Java StockTrader versions)

2. OPTIONAL: Install and run Java/PHP versions
   (this depends on if there is a detailed and known accurate guide)

3. OPTIONAL: Install and run .NET version
   (this depends on a detailed and accurate guide)

4. Create Metro-based stocktrader from existing WSDLs

---------

We need help on #1 since neither the interns nor myself know SQL (or
MSSQL in particular).

It seems that we first need to create the DB tables by running:

  contrib/stocktrader/dotnet/Setup/DataLoad/createdb.sql

Followed up with populating those tables by running:

  contrib/stocktrader/dotnet/Setup/DataLoad/CreateInsertXMLAccountProc.sql ...

which uses initial data from:

  contrib/stocktrader/dotnet/Setup/StockTraderDB/Account.xml ...

Could someone let us know how to do this, either from the command line
(preferred) or a GUI tool?

In particular, it's not clear how the connection is made between
DataLoad/CreateInsertXML*.sql and the corresponding data files
StockTraderDB/*.xml

Thanks,
Harold

Reply via email to