muhammadparai
New member
سلام
من نمیدونم کانکشن استرینگ رو چطوری پر کنم لطفا یه مثال واقعی برام بزنید
من از SQL 2008 و فریم ورک 4 و از طریق Linq با دیتابیس ارتباط برقرار کردم
...............
اینم الگویی که تو پنل هاست بود
Server=;Database=databaseName;Uid=userName;Password=password;
در قسمت Uid باید یوزرنیم اصلی رو وارد کنم یا اون کاربری که برای دیتابیس ساختم؟
..............
اینو تو web.config نوشته ام
<connectionStrings>
<add name="DBSchool" connectionString="Server=127.0.0.1;Database=DBSchool;Uid=my username ;Password=mypassword;" />
</connectionStrings>
...............................................................................
در ضمن این خطا رو هم فعلا بهم میده
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid
....................................................................................
ممنون
من نمیدونم کانکشن استرینگ رو چطوری پر کنم لطفا یه مثال واقعی برام بزنید
من از SQL 2008 و فریم ورک 4 و از طریق Linq با دیتابیس ارتباط برقرار کردم
...............
اینم الگویی که تو پنل هاست بود
Server=;Database=databaseName;Uid=userName;Password=password;
در قسمت Uid باید یوزرنیم اصلی رو وارد کنم یا اون کاربری که برای دیتابیس ساختم؟
..............
اینو تو web.config نوشته ام
<connectionStrings>
<add name="DBSchool" connectionString="Server=127.0.0.1;Database=DBSchool;Uid=my username ;Password=mypassword;" />
</connectionStrings>
...............................................................................
در ضمن این خطا رو هم فعلا بهم میده
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid
....................................................................................
ممنون