Click here to Skip to main content
16,011,611 members
Home / Discussions / Database
   

Database

 
AnswerRe: function vs stored procedure in sqlserver 2000 Pin
SeMartens7-Sep-06 1:52
SeMartens7-Sep-06 1:52 
AnswerRe: function vs stored procedure in sqlserver 2000 Pin
saqib827-Sep-06 4:29
saqib827-Sep-06 4:29 
AnswerRe: function vs stored procedure in sqlserver 2000 Pin
Sumitjh8213-Sep-06 20:02
Sumitjh8213-Sep-06 20:02 
QuestionHow would i query these tables? Pin
Red_Wizard_Shot_The_Food7-Sep-06 0:15
Red_Wizard_Shot_The_Food7-Sep-06 0:15 
AnswerRe: How would i query these tables? Pin
SeMartens7-Sep-06 1:48
SeMartens7-Sep-06 1:48 
AnswerRe: How would i query these tables? Pin
Mike Dimmick7-Sep-06 2:13
Mike Dimmick7-Sep-06 2:13 
GeneralRe: How would i query these tables? Pin
Red_Wizard_Shot_The_Food7-Sep-06 22:55
Red_Wizard_Shot_The_Food7-Sep-06 22:55 
QuestionC# DataSet DataAdapter Design Pin
llap4446-Sep-06 5:03
llap4446-Sep-06 5:03 
I'm desiging a form that has related information from several tables: parts, manufacturing methods, jobs, raw material, customer po's, etc. To minimize network traffic, I start with a dataset populated with part numbers and another dataset populated with a table of part processes (i.e. a part may have processA, process B, etc.)

Should I use one main dataset to store all the different tables generated by different stored procedures as well as one main SqlDataAdapter to communicate between sql database and windows form? If I do, then when pushing changes back to database via adapter, won't I have to re-set the "select", "update", and "delete" commands for the adapter based on the appropriate table when updating?

The alternative is to have several adapters for the form with their own specific "select" statements, initialized one time, and ready to be used whenever a change is pushed.

Does this sound correct and if so, which is the preferred design method?
Thanks in advance!


John
AnswerRe: C# DataSet DataAdapter Design Pin
Stephen McGuire6-Sep-06 7:02
Stephen McGuire6-Sep-06 7:02 
GeneralRe: C# DataSet DataAdapter Design Pin
llap4446-Sep-06 7:34
llap4446-Sep-06 7:34 
QuestionTranforming two text files using DTS Pin
dayakar_dn6-Sep-06 2:42
dayakar_dn6-Sep-06 2:42 
QuestionRunning Program(on VB .NET) Without SQL Pin
FriendlySoluations6-Sep-06 1:24
FriendlySoluations6-Sep-06 1:24 
AnswerRe: Running Program(on VB .NET) Without SQL Pin
Colin Angus Mackay6-Sep-06 3:14
Colin Angus Mackay6-Sep-06 3:14 
AnswerRe: Running Program(on VB .NET) Without SQL Pin
Stephen McGuire6-Sep-06 5:27
Stephen McGuire6-Sep-06 5:27 
Question.NET and metadata of database Pin
Imtiaz Murtaza5-Sep-06 22:51
Imtiaz Murtaza5-Sep-06 22:51 
Questionstoere procedure Pin
yazan_zahi5-Sep-06 22:44
yazan_zahi5-Sep-06 22:44 
AnswerRe: stoere procedure Pin
Eric Dahlvang6-Sep-06 12:11
Eric Dahlvang6-Sep-06 12:11 
Questionhow to pass a parameter in procedure Pin
yazan_zahi5-Sep-06 22:03
yazan_zahi5-Sep-06 22:03 
AnswerRe: how to pass a parameter in procedure Pin
albCode5-Sep-06 22:10
albCode5-Sep-06 22:10 
GeneralRe: how to pass a parameter in procedure Pin
yazan_zahi5-Sep-06 22:17
yazan_zahi5-Sep-06 22:17 
GeneralRe: how to pass a parameter in procedure Pin
albCode5-Sep-06 22:37
albCode5-Sep-06 22:37 
QuestionEditing a MS Access database Pin
myNameIsRon5-Sep-06 21:28
myNameIsRon5-Sep-06 21:28 
AnswerRe: Editing a MS Access database Pin
Stephen McGuire6-Sep-06 5:22
Stephen McGuire6-Sep-06 5:22 
GeneralRe: Editing a MS Access database Pin
myNameIsRon6-Sep-06 15:16
myNameIsRon6-Sep-06 15:16 
GeneralRe: Editing a MS Access database Pin
Stephen McGuire7-Sep-06 2:57
Stephen McGuire7-Sep-06 2:57 

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.