Insering Problem

Discussion in 'ASP.NET 2.0' started by sridhar.a, May 14, 2007.

  1. Hi,
    I have sql server database on discount asp.net. I have uploaded all the tables and data
    I connected through SQL server Management studio, I could able to see all the tables
    but when I access through code first connection is getting established.But when I try
    to retrieve data from any table its giving an error "invalid object name SamapleTable"
    [sampletable is the table name].

    Thanks in advance,
    Sri
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    What is your connection string like?

    I have a feeling that it is not defaulting to your database.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page