W
Woody Splawn
I am using VS.net 2003 with SQL Server 2000 as the backend in a desktop
application. My question has to do with constraints.
The books seem to indicate that the best place to place a constraint is at
the table level in SQL Server 2000. Maybe so but if there is no way to get
data into SQL Server except through a VS application I wonder if it is
really necessary to place a constraint in the SQL Server table if you have
record or field validation in your code. What would be the purpose of that?
Anyone
application. My question has to do with constraints.
The books seem to indicate that the best place to place a constraint is at
the table level in SQL Server 2000. Maybe so but if there is no way to get
data into SQL Server except through a VS application I wonder if it is
really necessary to place a constraint in the SQL Server table if you have
record or field validation in your code. What would be the purpose of that?
Anyone