Looking at your screen shot if you scroll down that page to the SQL Server Native Client 11.0 OLE DB Provider it gives you a variety of examples that should help you construct your connection string :-)
The site is great for various different types of connection and database types.
Having problem in Umbraco forms connectivity with database
What should I write in Connection string? I am using Microsoft SQL Server 2012
Your connection string should look something like this:
server=SQLServerName;database=MyDatabaseName;Integrated Security=True
You may need to add your username and password for the database if it isn't a local database
server=SQLServerName;database=MyDatabaseName;user id=MyUserName;password=MyPassword
This is the error occurring from your solution
Hi Neelesh,
This website is great for helping construct connection string:
https://www.connectionstrings.com/sql-server-2012/
Looking at your screen shot if you scroll down that page to the SQL Server Native Client 11.0 OLE DB Provider it gives you a variety of examples that should help you construct your connection string :-)
The site is great for various different types of connection and database types.
Thanks,
Nik
Hi Nik,
Great Solution and it works.
Thanks
Please give a solution of this problem.
https://our.umbraco.org/forum/templates-partial-views-and-macros/90232-error-in-linking-pages
is working on a reply...