PDA

View Full Version : Insering Problem


sridhar.a
05-14-2007, 02:33 AM
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

bruce
05-14-2007, 07:35 AM
What is your connection string like?

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

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)