Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 A network-related or instance-specific...Error

Author  Topic 

aliHaider
Starting Member

1 Post

Posted - 2011-08-24 : 05:40:06
Hello everyone,

I am using VS2010,SQL Server 2008,Win 7 32bit,Using Linq.

My problem is VERY weird because my app runs smoothly when I reaches DataAdapter.Insert(...) and If I call dataAdapter.Fill(...) on the same database it also runs without problem.

But If I run Fill procedure FIRST (Which is the case of most app when it starts by populating the dataset with data) It gives me this error

Now WHy is this happening ?Is there a difference between fill and insert ,And Why Fill procedure can work on tables or dataset that we used Insert procedure on them

I tried ALL solutions for this problem but in vain.

****Lastly I want to tell you that the same App runs Bug-free on the development machine Win XP SP3 ****

I googled all the net and couldn't see a case similar to my case
Thanks in advance


Ali Haider
   

- Advertisement -