| Thread | Last Post | Replies |
|
| Getting the ID of a new record | 18 Apr 2005 01:55 GMT | 3 |
How can I get the ID (in a autonumber field) for the last added record in access? TIA!
|
| Connection String | 18 Apr 2005 01:10 GMT | 2 |
Hi to everyone, I created a Access Database (*.mdb) file. I configured the connection string on the Server Exploer. My problem is that this conncetion string has a path pointing to mdb file.
|
| Compare two datasets | 18 Apr 2005 00:54 GMT | 2 |
Is there a way to compare the contents of two datasets based on a common field and list what does not match? Thanks
|
| Adding New Row... | 17 Apr 2005 18:30 GMT | 2 |
I'm new to ado.net/asp.net - After a user fills in a webform I'm trying to add a row to the table with its values..... but after running this code (no errors) and i check my table - nothing is
|
| How to implement UpdateBatch.. with XML DotNet | 17 Apr 2005 14:48 GMT | 1 |
How do I implement old ADO recordset.UpdateBatch method when using DotNet XML? The old XML seems to contain enough information to allow the UpdateBatch to work when XML was sent to a middle tier.
|
| Making 2 datasets to one | 17 Apr 2005 10:28 GMT | 7 |
IS there a better way to join 2 datasets into one, than adding rows from datset1 to dataset2 through a loop? thanks in advance. I need this to show the common result in a datagrid.
|
| retrive record ID on insert | 17 Apr 2005 07:00 GMT | 5 |
I have a application that connects to an access database. I need to insert an item into one of the tables and immeditely retrieve the value from the autonumber field so that I can use that value into a record in another table.
|
| Strongly Typed Data Set InsertCommand not working | 16 Apr 2005 18:33 GMT | 3 |
I have created a strongly typed dataset in C# using "Generate DataSet" from the schema viewer/designer in Visual Studio .Net 2003. And I'm using this in a Windows Forms application. The database is an Access file.
|
| Listboxs and objects they hold | 16 Apr 2005 17:11 GMT | 1 |
I'm using a listbox to hold objects. The objects are a class I made. Allis well except when I do a listbox.items.clear, it clears the listbox, but judging by the mem usage climb each time I re-populate the listbox, it does not look like the previsous objects are being
|
| Microsoft.ApplicationBlocks.Data | 16 Apr 2005 09:31 GMT | 5 |
I am using the v2.0 FillDataset method with a pre-existing typed dataset. 1 or 2 tables seems to work fine, but 3 or more do not fill the pre-existing tables, but add new tables Table2, Table 3 instead. I thought this was stange so went back to the supplied sample VB project,
|
| Display data updated in a trigger after SqlDataAdapter.Update | 16 Apr 2005 04:03 GMT | 4 |
I have a DataGrid bound to a DataTable. I issue a SqlDataAdapter.Update command to apply the user’s changes to the database. Everything works just fine. However, in the database (SQL Server) I have a trigger which updates one of the columns. I want the updated column to ...
|
| Could not find installable ISAM | 16 Apr 2005 03:53 GMT | 3 |
Hi I am trying to open or to fill in to dataset sample excel file. Got it working couple days ago, but it is giving me error now. It is same error on 2 different machines. Please help. Code......
|
| Full Outer Join? | 16 Apr 2005 03:17 GMT | 3 |
what is the symbol equivalent to FULL OUTER JOIN? I tryed *=* but SQLServer doesn't support it. thanks, Pascal
|
| How to look at parameter string | 15 Apr 2005 22:58 GMT | 6 |
I'm not sure if this is an asp.net or ado.net question. I have been using parameters with my Sql commands and have been getting errors that say there is a problem with my input string, but there is no way to look at what it is trying to do.
|
| changing a primary key value | 15 Apr 2005 21:29 GMT | 3 |
I have an SQL table with a 3 column key, PK = (a,b,c). I read that into a DataTable: SELECT * from MYTABLE where a=1 AND b=2 I edit this in a grid, hiding columns 'a' and 'b'. During editing, column c values may change, plus new records may be added. After editing, I fill in ...
|