| Thread | Last Post | Replies |
|
| Problem with DataGrid focus | 24 Jun 2004 14:27 GMT | 1 |
I am using the windows.forms datagrid and binding 2 datagrids to 2 different DataTables from a single typed dataset. The DataTables have a parent-child 1 to many relationship. When saving the data to an XML file (using dataset.WriteXML()), it gets written incorrectly sometimes.
|
| Difficulty Retrieving Output Parameters | 24 Jun 2004 14:12 GMT | 2 |
I am working on a framework for my internal office affairs, but I've run into a problem that I just cannot figure out. I am writing a new record to the database and expecting to get the @@IDENTITY of the record for my object. Here's the code that is giving me problems: ...
|
| DataSet.WriteXml and linked tables | 24 Jun 2004 13:54 GMT | 1 |
Let's say I have three tables: Customer Order OrderLine
|
| A "IN" like where queries on DataTable | 24 Jun 2004 13:45 GMT | 1 |
I have a DataTable which is part of dataset, and has relation with other DatyaTables in the DataSet. I have to make select on the DS tables, which its meaning is same as "IN", when I query on sql E.G. Select T1.field1 from T1 where T1.Field2 in (select T2.field2 from T2 where ....)
|
| Q: Adding a column to a table | 24 Jun 2004 13:40 GMT | 3 |
Can anybody help me with the following, hopefully simple, question? I have a table which I've connected to a dataset. I wish to add a new column to the beginning of the table and to fill it with incremental values e.g. if the tables looks
|
| Problem with table.select(criteria) | 24 Jun 2004 06:38 GMT | 3 |
I'm trying to filter a table using the select method like this: Note: dsSessionMngr is a strongly typed dataset CustRef is a string column in the dataset's table named CartDetails Dim tb As dsSessionMngr.CartDetailsDataTable = Me.dsSM.Tables("CartDetails")
|
| Insert in to Access DB Troubles | 24 Jun 2004 05:00 GMT | 7 |
Just getting into ado.net and already hit a snag. No problems when using a datgrid however now that I've moved on to textboxes I cant insert. My form has 5 textboxes, an adaptor/connection/dataset. I simply want to fill these out and create a new record from them. I've simplified ...
|
| commiting Transaction and underlauing connection | 24 Jun 2004 04:15 GMT | 4 |
Hi I have following code public void Functon1() { SqlTransaction trans=CreateTransaction();
|
| Does anyone know if there is a replacer of ADOX in ADO.Net? Thanks, | 24 Jun 2004 03:16 GMT | 1 |
|
| DataRow not updating... | 24 Jun 2004 01:12 GMT | 6 |
using the following code, I've been unable to write an updated xml document.I can see the xml file get refreshed but even at that, it writes in the original contents. these procs come from a databaseengine class i created, theDataStore is a dataset that gets loaded from a xml data ...
|
| DBNull Problem | 23 Jun 2004 23:52 GMT | 5 |
I have an untyped Dataset I'm reading in from Excel and writing to a .NewDataRow. My problem is that some of the cells in Excel are empty and writing those cells to the datarow cause a DBNull error. Here's my code:
|
| huge dataset over the internet | 23 Jun 2004 23:02 GMT | 5 |
I have a web method that return a huge dataset (2Mb). I am interested to know if there is a method to maximize the transfer speed of this dateset over the internet.
|
| Bug or own fault in ADO.NET | 23 Jun 2004 22:25 GMT | 4 |
I'm trying to load two tables in one dataset and connecting them with a relation. Unfortunately, the result isn't as expected. Instead to load both tables correctly, the field "KdNr" in the child table stays empty. In the end, the function "GetChildRows" cannot find anything.
|
| OracleHelper.cs Data application block Question | 23 Jun 2004 20:04 GMT | 2 |
I have a store procedure that take a cursor as param that return a result set like this: procedure listprojects(io_cursor in out t_cursor) where t_cursor is defined as
|
| Problems with connection pooling on Oracle (ORA-03114) | 23 Jun 2004 19:12 GMT | 2 |
We are having issues with some of our applications that utilize connection pooling via the OracleConnection Class Of the System.Data.OracleClient Namespace. At this time we are unable to determine of the problem lies within our code that connects to our DB and then executes the ...
|