Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using Entity framework version 6.0. I want to connect with local MS Sql database. I am using the following connection string. But the database is not connected. please give me the solution.

XML
<add name="dbecommerceEntities"         connectionString="metadata=res://*/Models.dbEcommerceMode.csdl|res://*/Models.dbEcommerceMode.ssdl|res://*/Models.dbEcommerceMode.msl;provider=System.Data.SqlClient;provider connection string="data source=localhost;Integrated Security=False;Initial Catalog=dbecommerce;User ID=qaws;Password=1q2w!A@S;Connect Timeout=30000;Encrypt=False;Packet Size=4096;App=EntityFramework"" providerName="System.Data.EntityClient"  />
Posted
Updated 3-Jan-16 20:48pm
v3
Comments
Kornfeld Eliyahu Peter 3-Jan-16 2:13am    
Any error messages?
Member 7854207 4-Jan-16 18:15pm    
can not found jquery.treeview.js
Member 7854207 4-Jan-16 18:17pm    
http://www.akhayaecs.in/Scripts/jquery-1.4.2.min.js [HTTP/1.1 404 Not Found
> 5ms]
Member 7854207 4-Jan-16 18:17pm    
http://www.akhayaecs.in/Scripts/jquery-1.4.2.min.js [HTTP/1.1 404 Not Found
> 5ms]
coded007 4-Jan-16 2:48am    
Please can you post us error messages

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900