My .net windows forms app won\'t run on Windows 7 64 bit. Error says ADODB not found. Giving it the dll (by putting it in with the pro开发者_JAVA百科gram) then gives error that ADODB provider is not p
I am a front end developer working on a small social network. Currently, we are using SubSonic and it has satisfied all of our needs. Since Microsft has stopped supporting LINQ, I want to know how thi
I\'m having some trouble updating changes I made to a datatable via a dataadapter. I am getting \"Concurrency violation: the UpdateCommand affec开发者_开发知识库ted 0 of 10 rows\"
This might all be a bit subjective: Our organization has made a strong attempt to adopt LINQ to SQL as our primary data access method and for the most part this works well. (Let’s leave the EF out o
Hi I am using the ADO.NET entity framework for the first time and the staticcode analysis is suggesting I change the following method to a static one as below.
In our applications, I can\'t think of many cases where we care about null string fields. We just want them to show as empty strings in most situations.
This is something now more of curiosity than actual purpose. If you have a SqlConnection opened and attach a SqlDataReader to it, and then try to run another query using the same SqlConnection then it
I\'m looking for a way to continue execution of a transaction despite errors while inserting low-priority data. It seems like real nested transaction could be a solution, but they aren\'t supported by
I\'m looking at my options here. I would love to know how to write my stored procedures not in the SqlServer but in my app (DB Layer) using SqlHelper?
I have the following code: var entityConnection = (System.Data.EntityClient.EntityConnection)c.Connection;