Hi Stephen,

Yes, finally I figure out that is a problem. The actual cause of the
problem was that I create a SQL Server Database inside my project, and
one in the SQL Server Express. I used ADO.NET Entity Framework to
generate the database in the SQL Server Express Database, but my
DataConnection is connected to the SQL Server Database inside my
project, which is different. At first I don't know that it was the
cause, now I already fix it.

Anyway, thank you very much :)

On Sep 10, 7:57 pm, Stephen Russell <[email protected]> wrote:
> On Thu, Sep 9, 2010 at 12:11 PM, RC's <[email protected]> wrote:
> > Thanks for your response,
>
> > I already create the database, and then the table appear in the Server
> > Explorer, with table name "Accommodation"
> > but in SQL Server Management Studio, I see the table name is
> > "dbo.Accommodations"
> > I don't know whether the problem is about this pluralization or not..
> > What do you think?
>
> ------------------
>
> Sure that is a problem.
> dob.Accommodations != Accommodation
>
> Why not try to pull data via excel as your test to the true name?  Do
> you know how to do that?
>
> Data | Import External Data | New Database Query
>
> --
> Stephen Russell
>
> Sr. Production Systems Programmer
> CIMSgts
>
> 901.246-0159 cell

Reply via email to