日期:2014-05-16  浏览次数:20522 次

我是不是一定要安装microsoft sql server?
我需要使用一个C++的数据库 开源库
他需要在microsoft sql里面,简历一个用户名和密码,用户名和密码都是examples
以下是他的描述:
Create an ODBC data source called "example" from the ODBC Data Source Administrator tool in the control panel:
The example code uses the following ODBC connect string: "UID=example;PWD=example;DSN=example;"; Therefore it connects as user "example", password "example" to the ODBC data source named "example". We assume that the user and password are already set up as explained above & show how to set up the data source name.
Choose the tab labeled "System DSN". Choose "Add --> Microsoft Access Driver (*.mdb)". For the data source name enter "example" and choose the file called example.mdb in the example_db directory. (If you prefer to use Oracle choose the Oracle ODBC driver and enter your SQL*NET connect string etc.)

我没有单独安装过microsoft SQL server
但是我在已经安装的程序列表里面看见很多sql 部件,比如microsoft sql server compact 3.5,microsoft sql server 数据层应用框架等,这些大概是我安装VS2010的时候安装进去的。

我好像在安装sql server之前,怎么也找不到创建用户的地方,我是不是一定要安装sql server?
------解决方案--------------------
你安装的vs2010,会安装一个自带的sql express,所以你也可以不自动安装sql server的
------解决方案--------------------
发这么多贴....先看看有没有express
------解决方案--------------------
建议安装microsoft sql server,否则使用sql express可能功能不全,后续还是会存在问题