| Thread | Last Post | Replies |
|
| .Net 2.0 DataTable have a lot of lacks? | 31 Dec 2005 21:41 GMT | 10 |
it seem that data table and Expression field have a lot of Laks, it is true? the DataTable is powerfull of Memory relation data that bind to controls.
|
| Philosophical question: how often to submit updates to database | 31 Dec 2005 10:21 GMT | 2 |
A concept I've waffled on from time-to-time with ADO.Net: how often to submit updates back to the database. For example, I have some CF apps where it's quite obvious the *when* part of submitting the update -- soon as you come off of the record. For other desktop apps, it's not ...
|
| exception on : ra = myCommand.ExecuteNonQuery() | 31 Dec 2005 09:09 GMT | 3 |
(VB Exoress 20005) I get an exception on this line : ra = myCommand.ExecuteNonQuery() {"ExecuteNonQuery requires an open and available Connection. The connection's current state is closed."}
|
| quick question: how datareader stores data | 31 Dec 2005 08:14 GMT | 9 |
Where does the datareader store it's data in this scenario: Create sqlconnection, Create sqlCommand - query specified here could return 1000 rows SqlCommand.ExecuteDataReader, returns datareader
|
| Multiple database support | 31 Dec 2005 00:38 GMT | 5 |
How do most people support multiple database types such as SQLServer, Oracle, Access, etc.? Mainly I am wanting to just support MS (SQLServer and Access) but may need others in the future. I am currently looking at creating a simple class that has a few methods for
|
| SqlExpress & C# problem in an ASP.NET web site | 31 Dec 2005 00:15 GMT | 2 |
I'm trying to create a SqlServer express database file on the fly in a web application.. (mhh.... maybe I should try to get something running in a desktop application first?)
|
| DataSet Editor - migrating DB changes to a Typed DataSet - a Re-Sync button maybe?? | 30 Dec 2005 21:44 GMT | 4 |
Is there a trick to keeping a Typed DataSet in sync with the underlying database other than either manually making the changes or deleting and adding the table back? For example, I've created a Typed DataSet with about 10 tables, each table
|
| dataset columns with system.dbnull | 30 Dec 2005 20:26 GMT | 3 |
Hi everyone(happy new year!!), Well, here we go... I have a problem with datsets, ado.net as i understand ..I have a sp that in query analizer retrieve 13 columns and the last 3 like the others have data, but when i see the dataset which
|
| newbie in search of ADO.NET code samples | 30 Dec 2005 16:04 GMT | 1 |
Can anyone point me to step by step walk-throughs of ADO.NET code - I'd like to get to the point of being able to programmatically work with assigning field data to text boxes and then write back changes to the tables.
|
| About datatables | 30 Dec 2005 13:20 GMT | 6 |
How to pass the content of one data table to another data table.I simply tried using assignment operator...Example: datatable1=datatable2...But,its not working.. ravindra
|
| Query on SqlConnection of ADO.NET | 30 Dec 2005 11:22 GMT | 2 |
I have an sql server on seperate system and my application runs on another dedicated server - both the machines works on Windows 2003 server OS. From last 2-3 days one of the .net application which has been working fine for the last 1 year suddently start giving timeout error ...
|
| Whatever happened to ... | 30 Dec 2005 10:47 GMT | 8 |
I seem to recall, back in the early promise days of Whidbey, that there was talk (and even an early version) of a set of classes for mapping data between objects and a database being a part of the release; alas I cannot remember its name.
|
| OracleClient in VS2005 ??? | 30 Dec 2005 10:44 GMT | 1 |
I am using VisualStudio 2005 (C#) and have to write a code to access Oracle Database. I know that in .NET Framework 1.1, I could download OracleClient namespace (System.Data.OracleClient.dll) and add referenct to it in my project.
|
| Unexpected Timeout | 30 Dec 2005 07:46 GMT | 6 |
I have an application that connects to sql server. Two installs of the application are frequently experiencing the following error: "System.InvalidOperationException: Timeout expired." We've checked and confirmed that all connections are closed and disposed. The two sites that ...
|
| Quirky response to Update command using datagrid | 29 Dec 2005 22:14 GMT | 3 |
Using VS2003 and SQL2k. I've noticed that if I have an expression column (or relation column) added to the main table, I cannot do an Update without setting the UpdatedRowSource to either OutputParameters or None. This works fine ... so
|