Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
Questionmark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 5:42
hadad14-Apr-10 5:42 
AnswerRe: mark rows as deleted or updated befor loading them in a dataset Pin
Not Active14-Apr-10 6:02
mentorNot Active14-Apr-10 6:02 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 6:06
hadad14-Apr-10 6:06 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
Not Active14-Apr-10 8:33
mentorNot Active14-Apr-10 8:33 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 21:56
hadad14-Apr-10 21:56 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
Not Active14-Apr-10 22:11
mentorNot Active14-Apr-10 22:11 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
hadad14-Apr-10 22:43
hadad14-Apr-10 22:43 
GeneralRe: mark rows as deleted or updated befor loading them in a dataset Pin
Not Active15-Apr-10 1:51
mentorNot Active15-Apr-10 1:51 
You are making this out to be much more difficult that it really is. This issue in particular and the entire architecture of your application from the sounds of it.

If the client can call the database to update the records why are you placing this intermediary step in between, access from the client, or better yet from a properly constructed dta accsss layer.

hadad wrote:
invented by my sql script and it does not belong to table


YES it does. If it's in the select statement is will be in the dataset.

RTFM!!

I know the language. I've read a book. - _Madmatt

QuestionSortedList Pin
Morgs Morgan14-Apr-10 5:31
Morgs Morgan14-Apr-10 5:31 
AnswerRe: SortedList Pin
DaveyM6914-Apr-10 5:37
professionalDaveyM6914-Apr-10 5:37 
GeneralRe: SortedList Pin
Morgs Morgan14-Apr-10 6:01
Morgs Morgan14-Apr-10 6:01 
AnswerRe: SortedList Pin
OriginalGriff14-Apr-10 5:40
mveOriginalGriff14-Apr-10 5:40 
AnswerRe: SortedList Pin
Alan N14-Apr-10 5:42
Alan N14-Apr-10 5:42 
AnswerRe: SortedList Pin
PIEBALDconsult14-Apr-10 5:44
mvePIEBALDconsult14-Apr-10 5:44 
AnswerRe: SortedList Pin
hadad14-Apr-10 5:52
hadad14-Apr-10 5:52 
QuestionCsharp .Net image processing error Pin
djsproject14-Apr-10 5:24
djsproject14-Apr-10 5:24 
AnswerRe: Csharp .Net image processing error Pin
OriginalGriff14-Apr-10 5:35
mveOriginalGriff14-Apr-10 5:35 
GeneralRe: Csharp .Net image processing error Pin
djsproject14-Apr-10 6:08
djsproject14-Apr-10 6:08 
GeneralRe: Csharp .Net image processing error Pin
OriginalGriff14-Apr-10 6:14
mveOriginalGriff14-Apr-10 6:14 
GeneralRe: Csharp .Net image processing error Pin
Luc Pattyn14-Apr-10 6:37
sitebuilderLuc Pattyn14-Apr-10 6:37 
GeneralRe: Csharp .Net image processing error Pin
OriginalGriff14-Apr-10 8:12
mveOriginalGriff14-Apr-10 8:12 
QuestionProgramatically Connect to SQL Server instance After the VPN Connection is Established [modified] Pin
Vimalsoft(Pty) Ltd14-Apr-10 4:17
professionalVimalsoft(Pty) Ltd14-Apr-10 4:17 
AnswerRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Eddy Vluggen14-Apr-10 5:08
professionalEddy Vluggen14-Apr-10 5:08 
GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Vimalsoft(Pty) Ltd14-Apr-10 21:43
professionalVimalsoft(Pty) Ltd14-Apr-10 21:43 
GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Eddy Vluggen14-Apr-10 22:48
professionalEddy Vluggen14-Apr-10 22:48 

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.