Data Manipulation Functions Back | Forward | Home

'Language Reference'

User Functions

Database Functions

Data Manipulation Functions
  • select

  • insert

  • update

  • delete

  • execute


  • Table Functions

    Error Handling Functions

    << Last Section ( selectdb ) Data Manipulation Functions Next Section ( select ) >>

    These functions are the primary ones, and are really the workhorse of the txtSQL module. There are only four of them, but they do a tremendous job, and are extremely efficient. Click a function below to view further details on how they work.

  • select - Selects data from a txtSQL table
  • insert - Inserts a row of data into a txtSQL table
  • update - Updates row[s] of data in a txtSQL table with new information
  • delete - Deletes row[s] of data from a txtSQL table
  • execute- Deprecated way of working with databases

    User-Contributed Comments for:
    Data Manipulation Functions
    No comments found;