sql server express connection string

后端 未结 6 2385
北恋
北恋 2021-02-19 23:11

Is there a difference between sql server connection string and the express vesion?!

6条回答
  •  情书的邮戳
    2021-02-19 23:53

    In addition to previous post: If you have troubles with setup Telerik samples on MSSQL Server 2008, you can do the following:

    1. Open LiveDemos Telerik VS solution
    2. Setup database connections for telerik .mdf files in VS master
    3. Copy connection string for connections to the web.config file
    4. And add "Integrated Security=True;User Instance=False" to the end of the strings.

    PS. Fred Morrison - thanx, you are my "man of day", I just fix Telerik Live Demo problem with you post help!

提交回复
热议问题