简体   繁体   English

在Visual Studio 2010中与SQL数据库连接

[英]Connection with SQL database in visual studio 2010

I have connected with the database successfully by using wizard in server explorer. 我已使用服务器资源管理器中的向导成功连接数据库。 but the data source is showing nothing. 但是数据源什么也没显示。 i have googled and search on msdn help. 我用谷歌搜索了MSdn帮助。 but not get help. 但没有得到帮助。

I want to add data source. 我要添加数据源。 but add new data source option is disabled for me. 但“添加新数据源”选项对我来说是禁用的。 I am using windows form application... I want ask that am i doing right. 我正在使用Windows窗体应用程序...我想问我做对了吗。 could you please tell me how can i get rid of not showing thing. 你能告诉我如何摆脱不展示的东西吗? PLEASE HELP!!! 请帮忙!!!

The Server Explorer of Visual Studio 2010 and the Datasource of your application are completely different. Visual Studio 2010的Server Explorer与应用程序的Datasource完全不同。 Check the following links to see how you can connect your Windows Form Application with Sql-Server database: 检查以下链接以查看如何将Windows Form ApplicationSql-Server数据库连接:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2010中数据库的连接字符串 - connection strings of database in visual studio 2010 SQL Server 2005与Visual Studio 2010的连接 - SQL Server 2005 connection with visual studio 2010 使用Visual Studio 2010连接到SQL Server Express - Connection to sql server express with visual studio 2010 数据库连接:Visual Studio 2010和Microsoft Access 2007(未处理OleDbException) - Database Connection: Visual Studio 2010 and Microsoft Access 2007(OleDbException was unhandled) Visual Studio 2010和创建本地数据库连接会导致注册表键错误 - Visual Studio 2010 and creating Local Database Connection causes error with regkey Visual Studio 2010中的Microsoft Access 2007数据库连接 - Microsoft Access 2007 Database Connection in Visual Studio 2010 使用Visual Studio 2010的Windows 7电话应用程序中的数据库连接 - Database connection in windows 7 phone application using visual studio 2010 将数据库连接到Visual Studio 2010是否需要SQL Management Studio? - Is SQL Management Studio required to connect a database to Visual Studio 2010? SQL Server连接在Visual Studio 2010 Express中不可用 - SQL Server Connection Unavailable in Visual Studio 2010 Express 在Visual Studio 2010中进行调试时与SQL Server 2008的连接不一致 - Inconsistent connection to SQL Server 2008 while debugging in Visual Studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM