InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of The Sqlexec Function? What Are Its Benefits And Draw Backs? |
|
Answer» SQLEXEC is used to execute the SQL statements(SELECT,INSERT,update,delete). We can GET only one row at a TIME. SQLEXEC is used to execute the sql statements(select,insert,update,delete). We can get only one row at a time. |
|