Windows Develop Bookmark and Share   
 index > Windows Forms General > SQL Server option missing from Data Source window. Anyone know how to fix this?
 

SQL Server option missing from Data Source window. Anyone know how to fix this?

I am trying to connect to a SQL server using Visual Basic 2008 (Express). My data source screen is missing a few options. Here is what I see:

Is there any way to change this so Microsoft SQL Server is available? Thanks!

Screenshot of the issue:

TecmoTech  Friday, May 15, 2009 3:59 PM
I don't see anything that you have posted besides text.

Connecting to aSQL Server instance is not available through the Express Editions. You can only connectto files, not the server instances. Full blown Visual Studio has a different window from Database Explorer, it is called Server Explorer.

However, you can connect to the server programmatically. Express Editions simply do not have the power built in to their designer.
Mark the best replies as answers. "Fooling computers since 1971."
Rudedog2  Friday, May 15, 2009 4:31 PM
I don't see anything that you have posted besides text.

Connecting to aSQL Server instance is not available through the Express Editions. You can only connectto files, not the server instances. Full blown Visual Studio has a different window from Database Explorer, it is called Server Explorer.

However, you can connect to the server programmatically. Express Editions simply do not have the power built in to their designer.
Mark the best replies as answers. "Fooling computers since 1971."
Rudedog2  Friday, May 15, 2009 4:31 PM
Thanks Rudedog, I didn't know Express had that limitation.
TecmoTech  Friday, May 15, 2009 4:54 PM

You can use google to search for other answers

Custom Search

More Threads

• Splitter Distance Error
• Getting Firefox URL programmatically
• weird app behavior: No exceptions thrown!
• Changing Application-Scoped settings in 2005
• Export DataGridView to XML with DefaultCellStyle
• How do I use Microsoft.WindowsCE.Forms.InputPanel for a windows application?
• Increase Winforms open performance
• How to write text to another form's textbox
• How do you make a ListView Scroll Vertically? My listview scrolls horizontally
• Creating Windows Form in run time for client applications