Click here to Skip to main content
15,915,324 members
Home / Discussions / Database
   

Database

 
GeneralAddNew Record Pin
Anthony988713-Mar-03 4:00
Anthony988713-Mar-03 4:00 
GeneralOracle Listener Pin
Harut12-Mar-03 19:01
Harut12-Mar-03 19:01 
GeneralRe: Oracle Listener Pin
RichardGrimmer12-May-03 5:03
RichardGrimmer12-May-03 5:03 
GeneralADO Pin
Anthony988712-Mar-03 3:28
Anthony988712-Mar-03 3:28 
GeneralRe: ADO Pin
Yuri Kreinin12-Mar-03 7:28
Yuri Kreinin12-Mar-03 7:28 
QuestionHow do I add a timestamp to SQL db?? Pin
IrishSonic11-Mar-03 23:32
IrishSonic11-Mar-03 23:32 
GeneralTyped Datasets Pin
Kanchana11-Mar-03 19:58
Kanchana11-Mar-03 19:58 
GeneralRe: Typed Datasets Pin
Jeff J13-Mar-03 13:29
Jeff J13-Mar-03 13:29 
Usually it's untyped datasets that are considered more limited than typed ones, unless you are accessing data you know little about. However, it really depends on what you want to do.

Typed datasets essentially just means the types are known and understood, whereas untyped ones are generic, and hence less is known (and needs to be known). Typed sets are much more efficient, since more work is done at compile time than at runtime. Also, typed sets can do more error checking to avoid mistakes. Commonly, the goal is to use typed sets whenever possible.

Untyped sets can be a little simpler at first, since less needs to be specified, column names do not need to be known, etc. If you do need to work with untyped sets at some point, it's useful if you can have a schema automatically generated, so you can move to typed sets. That will depend on the situation, though.

If you do not consider needing to know what types to deal with to be a problem, then I cannot think of any serious limitations with typed datasets.

Cheers
GeneralParsing a Querystring using TSQL. Pin
Alex Polajenko11-Mar-03 6:50
sussAlex Polajenko11-Mar-03 6:50 
GeneralRe: Parsing a Querystring using TSQL. Pin
andyharman11-Mar-03 7:47
professionalandyharman11-Mar-03 7:47 
GeneralChange Current Cell or Row programatically Pin
DionChen11-Mar-03 5:35
DionChen11-Mar-03 5:35 
GeneralRe: Change Current Cell or Row programatically Pin
Mazdak15-Mar-03 4:17
Mazdak15-Mar-03 4:17 
GeneralSQL server BLOB and ADO Stream Pin
mirano10-Mar-03 23:12
mirano10-Mar-03 23:12 
GeneralRe: SQL server BLOB and ADO Stream Pin
Yuri Kreinin11-Mar-03 21:28
Yuri Kreinin11-Mar-03 21:28 
GeneralBeginner at Database Programming Pin
K. Shaffer10-Mar-03 11:26
K. Shaffer10-Mar-03 11:26 
GeneralRe: Beginner at Database Programming Pin
Mark Sanders11-Mar-03 9:36
Mark Sanders11-Mar-03 9:36 
GeneralSQL Server 2000 "length" Pin
Steve McLenithan10-Mar-03 7:42
Steve McLenithan10-Mar-03 7:42 
GeneralRe: SQL Server 2000 "length" Pin
Bruce Duncan10-Mar-03 7:47
Bruce Duncan10-Mar-03 7:47 
GeneralRe: SQL Server 2000 "length" Pin
Steve McLenithan10-Mar-03 7:50
Steve McLenithan10-Mar-03 7:50 
GeneralRe: SQL Server 2000 "length" Pin
Bruce Duncan10-Mar-03 8:00
Bruce Duncan10-Mar-03 8:00 
GeneralRe: SQL Server 2000 "length" Pin
Steve McLenithan10-Mar-03 8:02
Steve McLenithan10-Mar-03 8:02 
GeneralRe: SQL Server 2000 "length" Pin
Bruce Duncan10-Mar-03 8:12
Bruce Duncan10-Mar-03 8:12 
QuestionBuild dynamic query within a stored procedure? Pin
Duncan Edwards Jones10-Mar-03 6:45
professionalDuncan Edwards Jones10-Mar-03 6:45 
AnswerRe: Build dynamic query within a stored procedure? Pin
Bruce Duncan10-Mar-03 7:43
Bruce Duncan10-Mar-03 7:43 
GeneralRe: Build dynamic query within a stored procedure? Pin
Duncan Edwards Jones10-Mar-03 8:27
professionalDuncan Edwards Jones10-Mar-03 8: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.