Click here to Skip to main content
15,895,746 members
Home / Discussions / Database
   

Database

 
GeneralContents of TextBoxes assign to sqlString Pin
realmontanakid25-Nov-04 23:27
realmontanakid25-Nov-04 23:27 
GeneralRe: Contents of TextBoxes assign to sqlString Pin
Colin Angus Mackay26-Nov-04 0:35
Colin Angus Mackay26-Nov-04 0:35 
GeneralSession Data in SQL Server Pin
David Salter25-Nov-04 22:41
David Salter25-Nov-04 22:41 
QuestionHow to import data from different catalog via dts Pin
steven_wong25-Nov-04 21:14
steven_wong25-Nov-04 21:14 
GeneralBoolean Field Pin
Sebastien Lachance25-Nov-04 5:38
Sebastien Lachance25-Nov-04 5:38 
QuestionIs ObjectSpaces any good ? Pin
Andres Coder25-Nov-04 4:34
Andres Coder25-Nov-04 4:34 
GeneralQuestion on Dataset v.s DataReader Pin
HahnTech25-Nov-04 4:20
HahnTech25-Nov-04 4:20 
GeneralRe: Question on Dataset v.s DataReader Pin
Steven Campbell25-Nov-04 5:04
Steven Campbell25-Nov-04 5:04 
Generally the most efficient in terms of performance is to retrieve only the data that you need.

Whether you use DataSets or DataReaders is more a matter of your programming style, or the nature of the project (small vs large). DataSets are really nice if you are not planning on using business entity objects. If you are planning on using objects, then datareaders are probably a better bet.

If you are new to data access programming, I would say that you should either use DataSets, or use an OR Mapper, such as NHibernate.


my blog
GeneralDataGrid in a second Form Pin
realmontanakid25-Nov-04 3:31
realmontanakid25-Nov-04 3:31 
GeneralRe: DataGrid in a second Form Pin
Edbert P25-Nov-04 15:50
Edbert P25-Nov-04 15:50 
Generalproblem running Sql Server as localhost Pin
Hmitosh25-Nov-04 1:55
Hmitosh25-Nov-04 1:55 
GeneralRe: problem running Sql Server as localhost Pin
Steve S25-Nov-04 4:58
Steve S25-Nov-04 4:58 
GeneralA question about Microsoft DataGrid Control, Version 6.0(OLEDB) Pin
IsaacLitingjun24-Nov-04 21:25
IsaacLitingjun24-Nov-04 21:25 
GeneralRestore DB Pin
Anonymous24-Nov-04 8:58
Anonymous24-Nov-04 8:58 
GeneralRe: Restore DB Pin
venadder24-Nov-04 10:52
venadder24-Nov-04 10:52 
GeneralAn exception caused by Primary Key Pin
sharonz24-Nov-04 1:59
sharonz24-Nov-04 1:59 
GeneralRe: An exception caused by Primary Key Pin
Colin Angus Mackay24-Nov-04 4:55
Colin Angus Mackay24-Nov-04 4:55 
GeneralAdd table, fields and records Pin
bouli23-Nov-04 17:05
bouli23-Nov-04 17:05 
GeneralRe: Add table, fields and records Pin
Colin Angus Mackay24-Nov-04 4:58
Colin Angus Mackay24-Nov-04 4:58 
Generalhelp Pin
Yulianto.23-Nov-04 15:43
Yulianto.23-Nov-04 15:43 
GeneralTime & DataGrid Pin
Mr.Cooper23-Nov-04 11:36
Mr.Cooper23-Nov-04 11:36 
GeneralRe: Time & DataGrid Pin
Mike Dimmick25-Nov-04 0:13
Mike Dimmick25-Nov-04 0:13 
GeneralFirst insert ignore adding records to Access Pin
PaleyX23-Nov-04 6:24
PaleyX23-Nov-04 6:24 
GeneralRecords are not visible Pin
Member 177285223-Nov-04 0:56
Member 177285223-Nov-04 0:56 
GeneralRe: Records are not visible Pin
Steven Campbell23-Nov-04 6:45
Steven Campbell23-Nov-04 6: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.