Click here to Skip to main content
15,924,402 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Application Data Persistence? Pin
vkleo3-Jan-07 19:30
vkleo3-Jan-07 19:30 
AnswerRe: Application Data Persistence? Pin
Ed.Poore3-Jan-07 7:04
Ed.Poore3-Jan-07 7:04 
GeneralRe: Application Data Persistence? Pin
vkleo3-Jan-07 15:02
vkleo3-Jan-07 15:02 
GeneralRe: Application Data Persistence? Pin
Ed.Poore3-Jan-07 19:20
Ed.Poore3-Jan-07 19:20 
GeneralRe: Application Data Persistence? Pin
vkleo3-Jan-07 20:21
vkleo3-Jan-07 20:21 
GeneralRe: Application Data Persistence? Pin
Ed.Poore3-Jan-07 22:45
Ed.Poore3-Jan-07 22:45 
QuestionA particular bug-bear of mine. Pin
Pete O'Hanlon2-Jan-07 4:30
mvePete O'Hanlon2-Jan-07 4:30 
AnswerRe: A particular bug-bear of mine. Pin
J4amieC3-Jan-07 1:23
J4amieC3-Jan-07 1:23 
Pete O`Hanlon wrote:
Alternatively, you could have the datalayer implement the same logic and determine whether or not this is an insert by checking the ID field beforehand.


Or Alternatively you could let the data adapter do its job and make exactly the same decision for you.

Notice that the Data Adapter has only 2 main methods:

Fill - Executes your Select
Update - Executes your Insert,Update or Delete depending on the current state of the row being saved.

Sorry to say I 100% disagree with your oppinion that proper CRUD stored procedures are not a good thing.


GeneralRe: A particular bug-bear of mine. Pin
Pete O'Hanlon3-Jan-07 3:58
mvePete O'Hanlon3-Jan-07 3:58 
AnswerRe: A particular bug-bear of mine. Pin
Ed.Poore3-Jan-07 7:09
Ed.Poore3-Jan-07 7:09 
GeneralRe: A particular bug-bear of mine. Pin
Pete O'Hanlon3-Jan-07 8:36
mvePete O'Hanlon3-Jan-07 8:36 
GeneralRe: A particular bug-bear of mine. Pin
Ed.Poore3-Jan-07 8:50
Ed.Poore3-Jan-07 8:50 
AnswerRe: A particular bug-bear of mine. Pin
Code_Doctor16-Apr-07 18:10
Code_Doctor16-Apr-07 18:10 
QuestionSelection, as if it were text. Pin
Captain See Sharp27-Dec-06 10:01
Captain See Sharp27-Dec-06 10:01 
AnswerRe: Selection, as if it were text. Pin
J. Dunlap28-Dec-06 1:37
J. Dunlap28-Dec-06 1:37 
GeneralRe: Selection, as if it were text. Pin
Captain See Sharp28-Dec-06 8:51
Captain See Sharp28-Dec-06 8:51 
GeneralRe: Selection, as if it were text. Pin
J. Dunlap28-Dec-06 14:58
J. Dunlap28-Dec-06 14:58 
GeneralRe: Selection, as if it were text. Pin
Captain See Sharp28-Dec-06 15:33
Captain See Sharp28-Dec-06 15:33 
GeneralRe: Selection, as if it were text. [modified][modified] Pin
Captain See Sharp3-Jan-07 13:33
Captain See Sharp3-Jan-07 13:33 
QuestionNew Forum Pin
Bradml25-Dec-06 0:13
Bradml25-Dec-06 0:13 
GeneralAwesome! Pin
J. Dunlap24-Dec-06 14:51
J. Dunlap24-Dec-06 14:51 
GeneralFirst Square Post On A New Forum Pin
Bassam Abdul-Baki23-Dec-06 9:04
professionalBassam Abdul-Baki23-Dec-06 9:04 
JokeWhy Discriminate? Pin
CPallini23-Dec-06 23:31
mveCPallini23-Dec-06 23:31 
GeneralRe: First Square Post On A New Forum Pin
Paul Conrad26-Dec-06 18:24
professionalPaul Conrad26-Dec-06 18:24 
GeneralRe: First Square Post On A New Forum Pin
User 171649227-Dec-06 1:52
professionalUser 171649227-Dec-06 1:52 

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.