| Thread | Last Post | Replies |
|
| Hiding child rows in a datagrid | 04 Apr 2006 15:36 GMT | 2 |
Is there any way of hiding child tables/rows in a windows form datagrid. I'm using Vb.net and Visual Studio 2003. thanks in advance alan
|
| Custom ADO.NET Data Provider from MFC legacy DAL? | 04 Apr 2006 14:34 GMT | 1 |
Background: We have a legacy DAL which was written for our MFC applications. It accesses one of two databases depending upon what data the client needs (Oracle or Sybase). It returns a CRecordset derived class to the client, so depending
|
| UpdateParameters | 04 Apr 2006 12:37 GMT | 2 |
I'm exploring Microsoft sample code. This is a master/detail scenario with two SqlDataSources. The master table shows Northwind.Customers data. In the detail table, I can massage a row of data selected from the master table. In the SqlDataSource code that handles the "detail" ...
|
| How to synchronise, grid and dataset update ??? | 04 Apr 2006 10:57 GMT | 1 |
I have a strange behaviour when updating a grid. I will try to explain clearly: I have a CustDataSet object fill with customer information like Name, Firstname, Country, adress
|
| Problem in creating sql database in visual web developer 2005 express | 04 Apr 2006 09:48 GMT | 2 |
When I go to Add New item->Sql database-> click ADD i get the following error.I also get the same error when i open the security page on web site admininstration tool. "There is a problem with your selected data store. This can be caused
|
| Binding Checkboxes to MySQL | 04 Apr 2006 07:47 GMT | 1 |
Ref: WinXP, MySQL 5.0, C# How to bind a CheckBox to a Boolean column (TINYINT(1)), or to any type of MySQL column for that matter? Thanks,
|
| Sorting a Dataset table | 04 Apr 2006 02:08 GMT | 8 |
I need to export the contents of a DataTable in a Dataset to a text file in a particual row order. I guess I need to use the DefaultDavaView but I think I am doing something wrong since traversing the rows in the table doesn't show them in the correct order.
|
| <<< Connection Problem with SQL Server + C#.Net on Local Area Network >>> | 03 Apr 2006 20:34 GMT | 1 |
i m new on Sql and i have a project related to C# and Sql. i have to do a project which must work on LAN, and there must be only one database file on main computer(Server Computer) and other computers(client computers) must connect database on main computer.
|
| DataSet.HasChanges question - get a collection of columns changed? | 03 Apr 2006 18:16 GMT | 1 |
I'm wondering if it's possible in .NET 1.1 to enumerate a list of individual columns that are changed when a datarow has been flagged as changed. After I update the row back to the database, I also need the ability to write logging information regarding which specific fields the ...
|
| Insert Statement somtimes works | 03 Apr 2006 15:37 GMT | 1 |
I'm doing an Insert from ODBC dataset into an OLE access table, the Insert for multiple rows doesn't work, but if I do an Insert using the commented out statement below it works just fine. What is wrong with the code to insert from ODBC multiple rows???
|
| DataTable performance | 03 Apr 2006 14:52 GMT | 4 |
Just a question on performance. I'm building an .Net2 web application. At present we've got very few users and the web app flies along. All the data access is performed through a DAL and most of the data is return through DataTables. All code is in C# and all data access
|
| How to connect to Sql Express by ip address? | 03 Apr 2006 14:34 GMT | 1 |
Good day! Is anybody know how to connect to remote Sql Express by IP address from C# program (main question is how to build connection string)? I have to use Ip address instead of server name. I make some tests and
|
| Convert Dataset with Tables with Relations to Flat view | 03 Apr 2006 11:56 GMT | 4 |
I have a dataset with 2 tables and Relations What is the best way to flatten the 2 files to a new table or xml or file I can loop thru table1 and get the childrows or
|
| IndexOutOfRangeException - Index was outside the bounds of the array. | 03 Apr 2006 04:05 GMT | 1 |
We are encountering an extremely odd issue. We process incoming files for customers and output text files to produce printed material. Then an XML file containing the fields of the original file along with all fields necessary
|
| Serialize a dataset as xml | 03 Apr 2006 02:07 GMT | 1 |
How can I serialize a dataset as XML and send it back to the browser? I would like to avoid a web method.
 Signature Arne Garvander
|