| Thread | Last Post | Replies |
|
| DataSet.Fill Times out in Transaction | 31 Jul 2009 20:58 GMT | 4 |
I have been tasked to convert the methods in a data access class from returning an open OdbcDataReader to a DataTable. I use the standard type of code, like: adapter = new OdbcDataAdapter();
|
| Parameter for an IN clause | 31 Jul 2009 19:03 GMT | 7 |
I am using C# to write a windows app that uses a MS Access DB. I have a query saved in Access (stored procedure) that has some parameters: SELECT * FROM Loans
|
| Displaying SQL 2008 info and error mesages on the web page | 31 Jul 2009 19:01 GMT | 1 |
We have a series of list pages on our ASP.NET 3.5 website for displaying various searchable lists from our SQL 2008 database. The master page for these pages has a message box for us to display messages from the SQL stored procedures, and this works fine when we
|
| DataTableAdapters and transactions | 29 Jul 2009 14:43 GMT | 11 |
Hi together, I have a DataTableAdapter with different configured insert and update commands. Now I have to fire some of theses inside an transaction. For this I must
|
| .net File Import | 29 Jul 2009 09:51 GMT | 7 |
I am using visual studio with .Net and I am trying to import a text file into a table I have a date in this file ie 01012002
|
| Access to the database would block any other client | 28 Jul 2009 15:52 GMT | 2 |
I want that a certain client access to the database would block any other client access until another access of this specific client would unblock the other clients. Is that possible?
|
| I am looking for best practise DAL sample | 27 Jul 2009 18:34 GMT | 2 |
for working with more then one DB. thanks!!
|
| Running Multiple Queries | 27 Jul 2009 15:24 GMT | 9 |
I'm developing an ASP.NET site and need a couple of queries to create various content. As it stands, I'm running each query separately, reading the result into a SqlDataReader. It occurs to me that one thing that consumes a fair amount of time is the
|
| Alternative to strongly typed datasets | 26 Jul 2009 21:54 GMT | 12 |
I have traditionally developed winform db apps using typed datasets with bound controls. With progress in ADO.NET am I able to use another technique which is more suitable in the long run? Thanks
|
| DataSet Behavior | 24 Jul 2009 18:54 GMT | 11 |
After doing a bunch of work with ASP.NET and SQL Server, I'm now starting to work with C#.NET Windows Forms applications. So far, the database stuff doesn't seem that impressive to me. We'll see. I've got a details view setup on a form. It wasn't too much trouble. But I
|
| Entity Framework on large model | 24 Jul 2009 17:10 GMT | 8 |
We are trying to migrate to Linq to Entity for managing access to an SQL Database. We are experiencing problems when dealing with an EDMX model containing a lot of entities and relations between entities. Everything works fine when we add 50 entities to the model, with an average ...
|
| Update only certian properties on a detached entity | 23 Jul 2009 17:34 GMT | 1 |
I want to update an entity without loading the entity from the database first. I've accomplished this but only by knowing all of the entities properties and then using the "attachto" method. My issues is i don't want my app to need to remember all of the properties.
|
| Uisng ADO.Net The Entity Framework | 23 Jul 2009 00:57 GMT | 7 |
Is the entity framework anything that can be used in serious database winfrom applications now? I am just not clear on that. Would appreciate some comments on where to place EF. Thanks
|
| Error while connecting remote SQL server | 22 Jul 2009 05:09 GMT | 16 |
I trying to connect remote sql server from my machine. but it giving me some errors Here are few errors listed, An error has occurred while establishing a connection to the server.
|
| Entity Framework with multiple web users | 20 Jul 2009 22:43 GMT | 6 |
Our department is currenly testing a web application that utilizes the Entity Framework. After installing the application on IIS it works as expected with one user but as soon as 2 people start working the same application with different login information the following error ...
|