Hi
How to make a connection to Sql Express 2014. DataSource name not found & no default driver specified.
cnn.Open _
"Provider = MSDASQL.1;" & _
"Driver=SQL Server;" & _
"Data Source=demo\sqlexpress;" & _
"Initial Catalog=Inventory;" & _
"Trusted_Connection=yes;"
Thanks
How to make a connection to Sql Express 2014. DataSource name not found & no default driver specified.
cnn.Open _
"Provider = MSDASQL.1;" & _
"Driver=SQL Server;" & _
"Data Source=demo\sqlexpress;" & _
"Initial Catalog=Inventory;" & _
"Trusted_Connection=yes;"
Thanks