Adding Tables to ASPNETDB online at DASP

Discussion in 'ASP.NET 2.0' started by dwhite, Jul 18, 2007.

  1. Hi,

    Is there a way to add additional tables after the ASPNETDB is up and running and the connection string is set ?

    I can't see a way to administer the database tables through the control panel, so I am assuming no.
    So...do people download it, add the tables they need, and send it back up ? Each time they want to add another table ?

    Thanks in advance

    Dave
     
  2. You can access it using a client side SQL Manager ,such as a 'SQL Server Management Studio(MS SQL 2005)'/'Enterprise Manager(MS SQL 2000)' .Optionally,you should also be able to access your database tables using Visual studio's 'Server Explorer' and make appropriate changes .

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Vikram Thanks,

    Server Explorer worked like a charm... I should have known that right ?
    "Yes" he says [​IMG]
     

Share This Page