A
Alexey Maykov
Obviously, there are two strategoies of developing UIs for manipulating data
from SQL server. First is based on data-bound controls, the second one is
based on regular controls (DB-agnostic) and using SQL statements to
manipulate data. What are pluses or minuses of both?
It seems to me that data-bound controls are more suitable for quick
porotyping and for developers unfamiliar with SQL, while developing apps in
conventional way (with SQL queries) reqiures more effort but allows for more
flexibility/control.
from SQL server. First is based on data-bound controls, the second one is
based on regular controls (DB-agnostic) and using SQL statements to
manipulate data. What are pluses or minuses of both?
It seems to me that data-bound controls are more suitable for quick
porotyping and for developers unfamiliar with SQL, while developing apps in
conventional way (with SQL queries) reqiures more effort but allows for more
flexibility/control.