Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
GeneralRe: question regarding to SQL SERVER Pin
Colin Angus Mackay11-Apr-05 12:09
Colin Angus Mackay11-Apr-05 12:09 
GeneralRe: question regarding to SQL SERVER Pin
si_6911-Apr-05 22:09
si_6911-Apr-05 22:09 
GeneralSql Stored procedure Pin
Mahesh167910-Apr-05 18:32
Mahesh167910-Apr-05 18:32 
GeneralRe: Sql Stored procedure Pin
Colin Angus Mackay10-Apr-05 20:53
Colin Angus Mackay10-Apr-05 20:53 
GeneralRe: Sql Stored procedure Pin
turbochimp11-Apr-05 10:24
turbochimp11-Apr-05 10:24 
QuestionExecuteReader in Business layer? Pin
IlanTal9-Apr-05 23:02
IlanTal9-Apr-05 23:02 
AnswerRe: ExecuteReader in Business layer? Pin
Mike Dimmick10-Apr-05 9:25
Mike Dimmick10-Apr-05 9:25 
GeneralRe: ExecuteReader in Business layer? Pin
IlanTal10-Apr-05 19:30
IlanTal10-Apr-05 19:30 
Thanks Mike for the advice. I had the feeling I was on the wrong track and you confirmed my feeling.
I still have the feeling that I should be using a business layer because I've got several machines interfacing to the same database. It looks like a good idea to pack away the database connections in a different layer.
My "problem" with the dataset is that each time I ask for a different combination of columns. Is this a real problem, or am I putting up a straw man? In other words, can I make a dataset with all the columns and then just fill some of them, or do I need to create each time a dataset on the fly with just the columns I am actually filling?

If I suppose that I need to create a dataset on the fly, then another question comes up. In the end, I show the data in a list control box. The question is: would it be better to make a temporary dataset and then read the data from it into the list control, or pass a pointer to the list control and fill it directly? What bothers me here is that it seems that I'm passing part of the application logic to the business layer.

So my question returns to: can I use one, predefined dataset, where I only fill in part of the columns, or do I need to define each time a temporary dataset with just the columns I fill?

Thanks,
Ilan

GeneralSQL Server: Views over Select Statements Pin
matthias s.9-Apr-05 10:29
matthias s.9-Apr-05 10:29 
GeneralRe: SQL Server: Views over Select Statements Pin
Colin Angus Mackay9-Apr-05 16:36
Colin Angus Mackay9-Apr-05 16:36 
GeneralRe: SQL Server: Views over Select Statements Pin
matthias s.9-Apr-05 23:45
matthias s.9-Apr-05 23:45 
GeneralRe: SQL Server: Views over Select Statements Pin
Colin Angus Mackay10-Apr-05 0:29
Colin Angus Mackay10-Apr-05 0:29 
GeneralADO connection to Access Database with HTA Pin
D4damage9-Apr-05 7:44
D4damage9-Apr-05 7:44 
GeneralRe: ADO connection to Access Database with HTA Pin
samuelalvesg28-Apr-21 14:03
samuelalvesg28-Apr-21 14:03 
GeneralInsert Binary value using QueryAnalyzer Pin
WDI9-Apr-05 0:35
WDI9-Apr-05 0:35 
GeneralCrystal Reports - Filtering by 'Guid' field Pin
Kfir.C8-Apr-05 14:49
Kfir.C8-Apr-05 14:49 
GeneralQuestions about "go" Pin
mtone8-Apr-05 9:43
mtone8-Apr-05 9:43 
GeneralRe: Questions about "go" Pin
Scott Serl8-Apr-05 10:42
Scott Serl8-Apr-05 10:42 
GeneralRe: Questions about "go" Pin
mtone8-Apr-05 16:24
mtone8-Apr-05 16:24 
Generalshift the contents of one list box to another Pin
Anonymous8-Apr-05 2:51
Anonymous8-Apr-05 2:51 
GeneralRe: shift the contents of one list box to another Pin
Colin Angus Mackay8-Apr-05 3:08
Colin Angus Mackay8-Apr-05 3:08 
Generalconnecting to MSDE 2000 with ado.net Pin
Anonymous7-Apr-05 23:32
Anonymous7-Apr-05 23:32 
GeneralRe: connecting to MSDE 2000 with ado.net Pin
Mike Dimmick8-Apr-05 13:11
Mike Dimmick8-Apr-05 13:11 
Generalmanual incrementation of a field Pin
cristina_tudor7-Apr-05 21:16
cristina_tudor7-Apr-05 21:16 
GeneralRe: manual incrementation of a field Pin
Ritesh12348-Apr-05 3:58
Ritesh12348-Apr-05 3:58 

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.