I'm a newbie when it comes to the SQL Server side of things. I've been doing
Access on and off for years.
I've got a form that is the main point of entry for all data.
As a matter of technique, should I use one stored procedure to validate data
(testing for uniqueness mostly) then another one to actually write the data
to the tables?
Does it make a difference one way or another to the performance?
Do I gain any flexibility in my app dong it that way (Access Data Project)?
Your help is appreciated.
--Jake
Access on and off for years.
I've got a form that is the main point of entry for all data.
As a matter of technique, should I use one stored procedure to validate data
(testing for uniqueness mostly) then another one to actually write the data
to the tables?
Does it make a difference one way or another to the performance?
Do I gain any flexibility in my app dong it that way (Access Data Project)?
Your help is appreciated.
--Jake
Comment