Answered Questions

  • What is the diffrence between SQLExec and CreateSQL?

    Ravi

    • May 3rd, 2019

    SQLEXEC - Can only select single row of data and it will insert only single row by row.
    CREATESQL - It will insert all rows at a time

    gouse

    • Aug 15th, 2011

    With the help of SQLExec, we can fetch only one row of multiple same rows.
    with the help of CreateSql, we can fetch all the rows.