Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: Floating Toolbar Pin
Anonymous12-Jun-05 22:52
Anonymous12-Jun-05 22:52 
GeneralRe: Floating Toolbar Pin
Luis Alonso Ramos13-Jun-05 7:52
Luis Alonso Ramos13-Jun-05 7:52 
GeneralRe: Floating Toolbar Pin
Sasuko13-Jun-05 8:33
Sasuko13-Jun-05 8:33 
GeneralRe: Floating Toolbar Pin
Luis Alonso Ramos13-Jun-05 8:39
Luis Alonso Ramos13-Jun-05 8:39 
GeneralTyped Dataset Pin
Member 175267912-Jun-05 6:40
Member 175267912-Jun-05 6:40 
GeneralRe: Typed Dataset Pin
Sendilkumar.M12-Jun-05 17:56
Sendilkumar.M12-Jun-05 17:56 
GeneralRe: Typed Dataset Pin
Robert Rohde12-Jun-05 20:08
Robert Rohde12-Jun-05 20:08 
GeneralRe: Typed Dataset Pin
Sendilkumar.M12-Jun-05 22:38
Sendilkumar.M12-Jun-05 22:38 
Hi Robert

The DataTables, DataColumns and functions are well defined in typed dataset. In design time itself you will know the number of tables, number of columns in a table and its data type. But in un-typed dataset everything will be generic.ie number of tables, number of columns in each table and its data type every thing will be decided and created by runtime. It depends upon the query or stored procedure. When we try to fill an un-typed dataset using adapter first runtime will execute the query or stored procedure. Then it will analyze the results and based on that it will create tables columns in dataset. So it takes more time than typed dataset.

Tnx

M.Sendilkumar
Thomson,B'lore,India
Generalsound problem please help Pin
snouto12-Jun-05 6:03
snouto12-Jun-05 6:03 
GeneralRe: sound problem please help Pin
nemopeti13-Jun-05 10:50
nemopeti13-Jun-05 10:50 
GeneralCombox, add 2 columns Pin
steve_rm12-Jun-05 5:53
steve_rm12-Jun-05 5:53 
GeneralRe: Combox, add 2 columns Pin
Robert M Greene12-Jun-05 16:36
Robert M Greene12-Jun-05 16:36 
GeneralModelling CHAOS Pin
erdsah8812-Jun-05 4:36
erdsah8812-Jun-05 4:36 
GeneralRe: Modelling CHAOS Pin
Robert Rohde12-Jun-05 4:53
Robert Rohde12-Jun-05 4:53 
GeneralRe: Modelling CHAOS Pin
erdsah8812-Jun-05 4:57
erdsah8812-Jun-05 4:57 
GeneralRe: Modelling CHAOS Pin
Colin Angus Mackay12-Jun-05 6:38
Colin Angus Mackay12-Jun-05 6:38 
GeneralRe: Modelling CHAOS Pin
Colin Angus Mackay12-Jun-05 6:52
Colin Angus Mackay12-Jun-05 6:52 
GeneralRe: Modelling CHAOS Pin
erdsah8812-Jun-05 7:44
erdsah8812-Jun-05 7:44 
GeneralRe: Modelling CHAOS Pin
erdsah8812-Jun-05 7:50
erdsah8812-Jun-05 7:50 
GeneralRe: Modelling CHAOS Pin
Colin Angus Mackay12-Jun-05 12:51
Colin Angus Mackay12-Jun-05 12:51 
GeneralRe: Modelling CHAOS Pin
erdsah8813-Jun-05 7:49
erdsah8813-Jun-05 7:49 
GeneralRe: Modelling CHAOS Pin
Colin Angus Mackay13-Jun-05 9:07
Colin Angus Mackay13-Jun-05 9:07 
GeneralRe: Modelling CHAOS Pin
Christopher G. Lasater13-Jun-05 10:59
Christopher G. Lasater13-Jun-05 10:59 
GeneralRe: Modelling CHAOS Pin
Anonymous14-Jun-05 10:02
Anonymous14-Jun-05 10:02 
GeneralClickEventHandler mysteriously stopping Pin
_Goose12-Jun-05 2:42
_Goose12-Jun-05 2:42 

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.