database schemas......

Discussion in 'ASP.NET Starter Kits' started by texasjames, Dec 7, 2007.

  1. in the instructions for the classified ads kit it says:
    Execut the command below to create the scheme
    osql -S <sql server name> -U <db_user> -P <DB_password> -d <db_name> -i <path to the starterKit>\App_data\classifieds-add.sql

    what is the sql server name???
    and what is the path to the starter kit??

    anyone??
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You can find the SQL server information in the SQL server tools in the control panel.

    As for the path to the starter kit, it depends on where you extract it on your computer.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page