perviously i use ms access (.accdb) as my database, my sql connection is
Dim connstr As String = "Provider=Microsoft.ACE.OLEDB.12.0;" & "Data Source = LibraryDatabase.accdb"
now i have add a new customer.mdf with tables in my project, but what is the script for sql connection for (.mdf)?
Dim connstr As String = "Provider=Microsoft.ACE.OLEDB.12.0;" & "Data Source = LibraryDatabase.accdb"
now i have add a new customer.mdf with tables in my project, but what is the script for sql connection for (.mdf)?