Click here to Skip to main content
15,904,935 members
Home / Discussions / Database
   

Database

 
AnswerRe: Store Multiple values in one Column. Pin
Paddy Boyd11-Dec-08 2:06
Paddy Boyd11-Dec-08 2:06 
Question.NET assembly in SQL Server 2005 [modified] Pin
Sampath Herath10-Dec-08 18:49
Sampath Herath10-Dec-08 18:49 
AnswerRe: .NET assembly in SQL Server 2005 Pin
Wendelius11-Dec-08 7:22
mentorWendelius11-Dec-08 7:22 
QuestionMerge cells in query result Pin
dan!sh 10-Dec-08 18:31
professional dan!sh 10-Dec-08 18:31 
AnswerRe: Merge cells in query result Pin
Mycroft Holmes10-Dec-08 20:22
professionalMycroft Holmes10-Dec-08 20:22 
GeneralRe: Merge cells in query result Pin
dan!sh 10-Dec-08 21:00
professional dan!sh 10-Dec-08 21:00 
GeneralRe: Merge cells in query result Pin
Mycroft Holmes10-Dec-08 21:44
professionalMycroft Holmes10-Dec-08 21:44 
QuestionMirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 10:22
David Hovey10-Dec-08 10:22 
I am having trouble making changes to a DataSet. Here is my situation...

What i have is a DataSet with several tables and all their respective columns loaded from database.

At some point during the program execution a new dataadapter and table are created based a SQL query (to access the same database spoken of above). I then make specific changes to the table/rows. While using the Update method and a OleDbCommandBuilder the changes are saved to the database.

The problem is I want to now update the original dataset with Data now changed.

I tried running the Fill command of the new DataAdapter and reference the old DataSet but this does not work when rows are being modified. Oddly it does work when a row has been added?

I have tried various methods such as BeginEdit of the row and AcceptChanges, but perhaps I am not using them correctly?

Can you help, please?

Thanks You!!
AnswerRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 10:39
mentorWendelius10-Dec-08 10:39 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 11:15
David Hovey10-Dec-08 11:15 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 11:25
mentorWendelius10-Dec-08 11:25 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 11:31
David Hovey10-Dec-08 11:31 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 11:45
mentorWendelius10-Dec-08 11:45 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 18:28
David Hovey10-Dec-08 18:28 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius11-Dec-08 4:23
mentorWendelius11-Dec-08 4:23 
QuestionSQL case function to check for charindex as '' or ',' Pin
Trustapple10-Dec-08 8:17
Trustapple10-Dec-08 8:17 
AnswerRe: SQL case function to check for charindex as '' or ',' Pin
Wendelius10-Dec-08 8:29
mentorWendelius10-Dec-08 8:29 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Trustapple10-Dec-08 8:48
Trustapple10-Dec-08 8:48 
GeneralRe: SQL case function to check for charindex as '' or ',' [modified] Pin
Wendelius10-Dec-08 8:58
mentorWendelius10-Dec-08 8:58 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Trustapple10-Dec-08 9:35
Trustapple10-Dec-08 9:35 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Wendelius10-Dec-08 9:41
mentorWendelius10-Dec-08 9:41 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Trustapple10-Dec-08 18:58
Trustapple10-Dec-08 18:58 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Trustapple10-Dec-08 19:00
Trustapple10-Dec-08 19:00 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Ben Fair10-Dec-08 9:40
Ben Fair10-Dec-08 9:40 
GeneralRe: SQL case function to check for charindex as '' or ',' Pin
Wendelius10-Dec-08 9:52
mentorWendelius10-Dec-08 9:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.