CAN i use the C# Expression version to connect the SQL 2005

  • Thread starter Thread starter cheer
  • Start date Start date
C

cheer

HI,there

I use the VS 2005 EXPRESSION VERSION to develop and the database is SQL
2005 .
Especially ,it is not the SQL 2005 expression version .
I can not find the data connect for SQL 2005 ...
It is true??
thanks
 
Arne,
thanks ! it is the wizards problem....
Arne Vajhøj said:
cheer wrote:
I use the VS 2005 EXPRESSION VERSION to develop and the database is
SQL

The IDE you are using to write C# code does not effect the
functionality of the code you write. You can connect to
any database that you can get an ADO.NET provider for in
your C# code.

What the wizards in VS support is another thing, which I
do not know.

Arne
 
cheer wrote:
I use the VS 2005 EXPRESSION VERSION to develop and the database
is SQL
2005 .
Especially ,it is not the SQL 2005 expression version .
I can not find the data connect for SQL 2005 ...
It is true??

The IDE you are using to write C# code does not effect the
functionality of the code you write. You can connect to
any database that you can get an ADO.NET provider for in
your C# code.

What the wizards in VS support is another thing, which I
do not know.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top