Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
GeneralDynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 3:46
LongRange.Shooter7-Nov-02 3:46 
GeneralRe: Dynamic load of objects and its effects Pin
Stephane Rodriguez.7-Nov-02 4:43
Stephane Rodriguez.7-Nov-02 4:43 
GeneralRe: Dynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 5:46
LongRange.Shooter7-Nov-02 5:46 
GeneralCan't change textbox.text from code after binding to dataset!!! Pin
cternek6-Nov-02 21:59
cternek6-Nov-02 21:59 
QuestionProcess.id ? Pin
imran_rafique6-Nov-02 10:07
imran_rafique6-Nov-02 10:07 
AnswerRe: Process.id ? Pin
leppie6-Nov-02 10:25
leppie6-Nov-02 10:25 
Questionhow to make a plugin Pin
Asim N.6-Nov-02 8:04
Asim N.6-Nov-02 8:04 
AnswerRe: how to make a plugin Pin
leppie6-Nov-02 10:31
leppie6-Nov-02 10:31 
GeneralRe: how to make a plugin Pin
Eric Gunnerson (msft)6-Nov-02 13:46
Eric Gunnerson (msft)6-Nov-02 13:46 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 1:42
Philip Fitzsimons7-Nov-02 1:42 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 1:45
Philip Fitzsimons7-Nov-02 1:45 
GeneralRe: how to make a plugin Pin
James T. Johnson7-Nov-02 2:41
James T. Johnson7-Nov-02 2:41 
AnswerRe: how to make a plugin Pin
Nnamdi Onyeyiri6-Nov-02 20:53
Nnamdi Onyeyiri6-Nov-02 20:53 
GeneralUsing Typed Datasets Pin
afronaut6-Nov-02 5:17
afronaut6-Nov-02 5:17 
GeneralRe: Using Typed Datasets Pin
leppie6-Nov-02 10:36
leppie6-Nov-02 10:36 
afronaut wrote:
wondering if I should just have a basic class or if I should use a typed dataset and allow the data adapter to do the update for me.

Yes yes yes Smile | :) SO much easier!

afronaut wrote:
My leaning at this point is not to use the typed dataset; there won't be any manipulation of data on the client side, I am rather building a row to do an insert into a table. There would be overhead associated with the dataset that I'm not convinced would be beneficial. Hm....

I use datasets generally for SELECT queries only. I ussually create my own SQL commands for INSERT UPDATE DELETE. The big plus point of a dataset is the ability to have very easy databinding, although using the DBReader is faster.

SO to conclude. Dataset ease of use, auto mapping. Reader speed, manual mapping and "casting".

Its up to you really. Smile | :)

Cheers Smile | :)

"I dont have a life, I have a program."
GeneralRe: Using Typed Datasets Pin
Eric Gunnerson (msft)6-Nov-02 13:41
Eric Gunnerson (msft)6-Nov-02 13:41 
Generaluploading stream to webserver Pin
Anonymous6-Nov-02 5:08
Anonymous6-Nov-02 5:08 
GeneralRe: uploading stream to webserver Pin
Philip Fitzsimons7-Nov-02 1:39
Philip Fitzsimons7-Nov-02 1:39 
GeneralRe: uploading stream to webserver Pin
Anonymous7-Nov-02 3:35
Anonymous7-Nov-02 3:35 
GeneralRe: uploading stream to webserver Pin
fftongzhi18-Nov-02 15:30
fftongzhi18-Nov-02 15:30 
QuestionAfter openining a word document in c-sharp,i got picture from it ,question is how to show this picture? Pin
Asim N.6-Nov-02 1:32
Asim N.6-Nov-02 1:32 
AnswerRe: After openining a word document in c-sharp,i got picture from it ,question is how to show this picture? Pin
Senkwe Chanda6-Nov-02 1:40
Senkwe Chanda6-Nov-02 1:40 
AnswerRe: After openining a word document in c-sharp,i got picture from it ,question is how to show this picture? Pin
Stephane Rodriguez.6-Nov-02 1:55
Stephane Rodriguez.6-Nov-02 1:55 
GeneralRe: After openining a word document in c-sharp,i got picture from it ,question is how to show this picture? Pin
Sijin6-Nov-02 2:39
Sijin6-Nov-02 2:39 
GeneralLinking with Word 9.0 while word 10.0 is installed Pin
Noam Ben Haim5-Nov-02 20:27
Noam Ben Haim5-Nov-02 20:27 

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.