Hi Team,
I would like to get all of you opinion about the DAAB (Data Application Access Block) and Dataset designer, which one is good for develop a web application.
From my understanding is DAAB is all control by us like writing a function or class to call database, do some processing and pass the result back to user. But, we need to remember the data scheme and sqlparameter .
Dataset designer is all wizard to let us generate the sql statement. But, we can't control the coding.
Here I need your help to give me an advise.
Thanks.