Can I use ADO logic with Visual Studio 2005 Express?

M

Michael Nemtsev

Hello Steve,

I may be wrong, but obviously you have only native access to SqlServer via
System.Data.SQL and nothing else like ODBC and etc

SB> I installed the Express version of both VS and SQL. But from VS
SB> Express I can not see the SQL tables. I can not create an ODBC link
SB> to SQL Express either.
SB>
SB> I have no problems doing this using VS 2002 Ent and SQL Server 2000
SB> Ent.
SB>
SB> According to this page I should be able to do that...
SB> http://msdn.microsoft.com/vstudio/express/vwd/features/data/
SB>
SB> Any suggesstions?
SB>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
C

Chris Fulstow

VS Express doesn't have the Server Explorer that comes with the
enterprise editions, so you can't just drag tables onto your form. You
can still create the same functionality by dragging on your own data
source objects, gridviews, and so on, and configuring them using the
corresponding wizards.
 

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

Top