Saved Bookmarks
| 1. |
How Are Stored Procedures And Calling Sql Inline Different In Coldfusion Regarding Advantages And Disadvantages? |
|
Answer» Stored procedures GIVE the BEST PERFORMANCE when it COMES to putting application logic to the database side. They have the disadvantage of SLOWING down the performance and the development if their code is weak. Stored procedures give the best performance when it comes to putting application logic to the database side. They have the disadvantage of slowing down the performance and the development if their code is weak. |
|