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

C#

 
QuestionHypothetical situation that I wouldn't know exactly how to handle Pin
TAREQ F ABUZUHRI22-Jul-06 0:19
TAREQ F ABUZUHRI22-Jul-06 0:19 
AnswerRe: Hypothetical situation that I wouldn't know exactly how to handle Pin
Nader Elshehabi22-Jul-06 2:24
Nader Elshehabi22-Jul-06 2:24 
AnswerRe: Hypothetical situation that I wouldn't know exactly how to handle Pin
InOut.NET22-Jul-06 2:36
InOut.NET22-Jul-06 2:36 
QuestionHow do I manage the checkonClick/uncheck on a menu item Pin
TAREQ F ABUZUHRI22-Jul-06 0:18
TAREQ F ABUZUHRI22-Jul-06 0:18 
AnswerRe: How do I manage the checkonClick/uncheck on a menu item Pin
Aslam Bari22-Jul-06 0:31
Aslam Bari22-Jul-06 0:31 
QuestionHow To Read SoapMessage From Websphere MQ Pin
TAREQ F ABUZUHRI22-Jul-06 0:18
TAREQ F ABUZUHRI22-Jul-06 0:18 
Questionremovegroup, currently there is no ogroup object) Pin
TAREQ F ABUZUHRI22-Jul-06 0:16
TAREQ F ABUZUHRI22-Jul-06 0:16 
AnswerRe: removegroup, currently there is no ogroup object) Pin
InOut.NET22-Jul-06 3:04
InOut.NET22-Jul-06 3:04 
You'll have to use one instnce troughout your app(or form) of the adapter(adp1) and assosiated connection(con) when selecting, inserting, deleteing and updateing of the dataset(ds) if you want the data to be concurrent within your grid and reflect changes as it happens. The concurrency behind the dataset & grid are maintained by currencymanagers and currency happens 'automaticlly', but you'll have to use the original instances of dataset, adapter, commands and connections objects to preserve currency of the datasets and keep them in context of its original 'data factories'.

If you have 2 adapter; one for selecting and one for insetingon the same dataset table, you will have concurrency problems. Rember that the adapter knows the states of the rows during an fill or update - the adapter only gets/changes the rows whos states has changed and/or are different as those rows in the db.

you should buy a book explaning these stuff to you. Datasets are very powerfull, but they can irretate the hell out of you if you use it the wrong way.


Questionremovegroup, currently there is no ogroup object Pin
TAREQ F ABUZUHRI22-Jul-06 0:15
TAREQ F ABUZUHRI22-Jul-06 0:15 
QuestionGraphicsPath [modified] Pin
-Yoyosh-21-Jul-06 23:53
-Yoyosh-21-Jul-06 23:53 
AnswerRe: GraphicsPath Pin
mav.northwind22-Jul-06 6:42
mav.northwind22-Jul-06 6:42 
Questiondll comparison Pin
Ananthalvan21-Jul-06 23:20
Ananthalvan21-Jul-06 23:20 
AnswerRe: dll comparison Pin
Nader Elshehabi22-Jul-06 2:12
Nader Elshehabi22-Jul-06 2:12 
GeneralRe: dll comparison Pin
Ananthalvan25-Jul-06 4:46
Ananthalvan25-Jul-06 4:46 
GeneralRe: dll comparison Pin
Nader Elshehabi27-Jul-06 3:29
Nader Elshehabi27-Jul-06 3:29 
QuestionUrgent Help Required in Databindings [modified] Pin
Vinu M21-Jul-06 22:48
Vinu M21-Jul-06 22:48 
QuestionVideo Play Out(Please Help Me Urgent) Pin
shakil ahmed21-Jul-06 21:05
shakil ahmed21-Jul-06 21:05 
QuestionDrag Drop from ListView to Explorer Pin
fperugini21-Jul-06 13:36
fperugini21-Jul-06 13:36 
AnswerRe: Drag Drop from ListView to Explorer Pin
fperugini22-Jul-06 4:13
fperugini22-Jul-06 4:13 
GeneralRe: Drag Drop from ListView to Explorer Pin
Judah Gabriel Himango22-Jul-06 6:42
sponsorJudah Gabriel Himango22-Jul-06 6:42 
AnswerRe: Drag Drop from ListView to Explorer Pin
fperugini22-Jul-06 8:26
fperugini22-Jul-06 8:26 
GeneralRe: Drag Drop from ListView to Explorer Pin
Judah Gabriel Himango22-Jul-06 12:12
sponsorJudah Gabriel Himango22-Jul-06 12:12 
Question1st chance exceptions in VS 2005 Pin
Ami Bar21-Jul-06 11:07
Ami Bar21-Jul-06 11:07 
AnswerRe: 1st chance exceptions in VS 2005 Pin
Nader Elshehabi22-Jul-06 2:09
Nader Elshehabi22-Jul-06 2:09 
GeneralRe: 1st chance exceptions in VS 2005 Pin
Ami Bar22-Jul-06 4:45
Ami Bar22-Jul-06 4:45 

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.