>Many data management books touch on business logic - but just because they touch on it does not
>mean it applies in all sceanarios, is a modern, or even a correct approach just because data
>management is one (and only one, not even the primary) aspect of distributed systems.
>By your own statemetns you were a data newbie 18 months ago. What in the past 18 months has
>made you an expert? Does reading a book make you an expert?
>> Remaining nonsenses snipped.
>
>You mean your posts I pulled out of Google?
>>should be done is the root of your mistake.
>
> I have readen dozens of serious data management books and all of them
> support my position (an incontrovertible position).
Again - data management. You seem to have no background in mult tier, and your data management is
limited to 18 months.
> they are very bad. Data integrity and new data derivation (what you
> call calculations) are essential parts of data management.
I never called them calculations - I was proposing an analogy. You made the link between the
discussion and calculations.
> A database book that does not cover data integrity and derivation in
> depth is a very poor book.
You are brining in items that are not part of the original statement. Your statement is that stored
procedures are an excellent way to implment business logic. Business logic is not data
management.
>>By your own statemetns you were a data newbie 18 months ago. What in
>>the past 18 months has made you an expert? Does reading a book make
>>you an expert?
>
> You are wrong again, you failed by a lot.
Im using your own statemetns, retrieved by Google.
> But what makes you an ignorant is that you haven't readed any serious
> data management book, and it seems you are not willing to read one.
>
> It is probably that you were misleaded by other dare unskilled and
> unaware of it afficionado writters, and you are misleading more
> people. This is a very frequent vicious circle on the net.
You have no idea of my background, its obvious you havent even taken a second to Google. Where
as Google on your name turns up repeated discussions on various topics where noone agrees with
you, yet you persist your views, even when arguing with recognized experts.
--
Chad Z. Hower (a.k.a. Kudzu)
"Programming is an art form that fights back"
Stuff: http://www.KudzuWorld.com
Blogs: http://www.KudzuWorld.com/blogs
Alfredo Novoa - 15 Sep 2005 00:40 GMT
>>>should be done is the root of your mistake.
>>
>> I have readen dozens of serious data management books and all of them
>> support my position (an incontrovertible position).
>
>Again - data management. You seem to have no background in mult tier
Multitier is only a minor aspect, and there are several kinds of
tiers. I know more about distributed systems than you imagine, but you
can't know how to build a good multitier system if you don't have a
clue on the fundamentals of the data management field. You can not
command rocket science whether you don't know elementary algebra and
calculus, that's evident.
For instance you confuse logical and physical tiers all the time, and
you don't know that a business logic server is nothing but a DBMS.
>> they are very bad. Data integrity and new data derivation (what you
>> call calculations) are essential parts of data management.
>
>I never called them calculations - I was proposing an analogy. You made the link between the
>discussion and calculations.
It was Michael.
>> A database book that does not cover data integrity and derivation in
>> depth is a very poor book.
>
>You are brining in items that are not part of the original statement. Your statement is that stored
>procedures are an excellent way to implment business logic.
I never said that!
Stored procedures are procedures like any other (also called methods),
and procedures are the worst way to implement business logic. It is a
lot better to use declarative code. But business logic is a
responsibility of the DBMS, so the business logic implemented
procedurally should be enforced by the DBMS anyway.
BTW "stored procedure" is a bad name because they are not more nor
less 'stored' than any other procedure.
For instance you can buld a DLL using C# and to use it from SQL
Server.
>Im using your own statemetns, retrieved by Google.
Where?
>You have no idea of my background
I don't care what your background is, but you have proven you don't
have a clue on data management theory, which is an essential skill to
develop good Information Systems, distributed or not.
>, its obvious you havent even taken a second to Google.
I was aware of who are you, but there is nothing impressive.
> Where
>as Google on your name turns up repeated discussions on various topics where noone agrees with
>you, yet you persist your views, even when arguing with recognized experts.
There are many truly recognized experts who fully agree with me, and I
mean truly internationally acclaimed experts, and not MVPs, BorCon
speakers and the likes.
Regards