I hated an application based on a DBMS, especially, an complicated application such as ERP, financial system, and so forth.
I have studyed DBMS for several years. The application rules are complicated and sophistical more and more with varying from years.
Although the SQL standard have been maked about more than ten years, facing to variant DBMS providers, the programmers still is in
dilemma. The syntax of functions, stored procedures and triggers amid them almost is not same.
The transanctions in different providers are dealt with in different ways. Some providers have supported three kinds of transanction
levels, some supports more than the international standard. In some old DBMS such as MySQL, there is not transanction level, so programmers
have to adopt "LOCK" and "UNLOCK" approach.
Now, our project is too later to finished in original schedule. I was so later too. I must finished my first modifing program before
New Year's day.
I have studyed DBMS for several years. The application rules are complicated and sophistical more and more with varying from years.
Although the SQL standard have been maked about more than ten years, facing to variant DBMS providers, the programmers still is in
dilemma. The syntax of functions, stored procedures and triggers amid them almost is not same.
The transanctions in different providers are dealt with in different ways. Some providers have supported three kinds of transanction
levels, some supports more than the international standard. In some old DBMS such as MySQL, there is not transanction level, so programmers
have to adopt "LOCK" and "UNLOCK" approach.
Now, our project is too later to finished in original schedule. I was so later too. I must finished my first modifing program before
New Year's day.