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.
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 errorNow 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 themI 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 caseThanks in advanceAli Haider |
|
|
|
|