Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 如何设置数据库的密码?我怎样才能访问它?_Sql Server_Vb.net - Fatal编程技术网

Sql server 如何设置数据库的密码?我怎样才能访问它?

Sql server 如何设置数据库的密码?我怎样才能访问它?,sql-server,vb.net,Sql Server,Vb.net,我用的是VS2010 和Sql server 2005。。。。。。。 现在我想知道如何在sql server中设置access数据库的密码 我怎样才能把它联系起来 Dim connectionString = "server=MYSERVER;uid=MYUSERID;pwd=MYPASSWORD" Dim connection = New SqlConnection(connectionString) connection.Open

我用的是VS2010 和Sql server 2005。。。。。。。 现在我想知道如何在sql server中设置access数据库的密码 我怎样才能把它联系起来

Dim connectionString = "server=MYSERVER;uid=MYUSERID;pwd=MYPASSWORD"
Dim connection = New SqlConnection(connectionString)
connection.Open