Hi All,
In a component, is it better to use a stored procedure to add, update and delete records or to just type the sql statement (ex: delete from table where ...)?
Am I assuming (rightly?) that because a .dll is compiled it'll run a sql statement just as fast as a stored procedure? Is the stored procedure redundent?
In a component, is it better to use a stored procedure to add, update and delete records or to just type the sql statement (ex: delete from table where ...)?
Am I assuming (rightly?) that because a .dll is compiled it'll run a sql statement just as fast as a stored procedure? Is the stored procedure redundent?