اتصال به sql sqrverدر برنامه های تحت شبکه - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37) +--- انجمن: C# Programming (http://parsicoders.com/forumdisplay.php?fid=55) +--- موضوع: اتصال به sql sqrverدر برنامه های تحت شبکه (/showthread.php?tid=1222) |
اتصال به sql sqrverدر برنامه های تحت شبکه - Ghoghnus - 11-08-2011 سلام من میخوام از چند تا کلاینت به اس کیو ال سرور روی سرورم متصل بشم ار کانکشن استرینگ زیر استفاده میکم کد: Data Source=192.168.1.2;Initial Catalog=mydb;Integrated Security=True;Pooling=False مشکل از کجاست؟ هیچ اروری هم نمیده RE: اتصال به sql sqrverدر برنامه های تحت شبکه - Ghoghnus - 11-08-2011 این ارور را الان میده باید چبکارش کنم؟ کد: --------------------------- RE: اتصال به sql sqrverدر برنامه های تحت شبکه - Amin_Mansouri - 11-27-2011 درود ببخشید تایپک رو دیر دیدم برای اتصال معمولا اینطوری استفاده میکنن : کد: SqlConnection myConnection = new SqlConnection("user id=username;" + برای اینکه کلا یاد بگیری پیشنهاد میکنم اینجا رو ببین : http://www.codeproject.com/KB/database/sql_in_csharp.aspx RE: اتصال به sql sqrverدر برنامه های تحت شبکه - analyze - 12-05-2011 Server: Share: full access Security: permishion = every one connection string : with sa Name: نام سرور نباید نقطه باشد زیرا در سیستمهای کلاینت نقطه به معنی همان سیستم است نه سرور- نام سرور در شبکه باید خاص باشد Ip:ای پی باید در شبکه خاص باشد، اگر به اینترنت متصل هست باید در شبکه اینترنت هم خاص باشد Cleint : Setup : Microsoft Microsoft SQL Server 2008 Native Client MSI Sql Server Configoration Manager: Start >> Microsoft SQL Server 2008 >> configuration tools SQL Server Service >> SQL Server Browser >> Right Click >> Properties >> Service Tab >> Start Mode= Automatic>> Ok rclk\Start SQL Server Network Configuration >> Protocol for SQLEXPRESS >> Enable all items (except VIA) SQL Native Client 10 Configuration >> Clint Protocols >> Enable all items (except VIA) SQL Server Management Studio Go to SQLEXPRESS (windows athuntication login mode) >> Security >> Logins >> sa >> Properties >> status >> Enable. >> General >> Set your Password Right Click On ".\SQLEXPRESS" >> Properties >> Security >> SQL Server And Windows Authentication mode >> Successful Login only Permissions >> Explicit (tab) >> Check Connect SQL (sa) Restart SQL Express |