8251 - 8260 of 10081 for COMSearch Results
View search results from all Wolfram sites (653056 matches)
SQLExecute   (DatabaseLink Symbol)
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.
SQLExpr   (DatabaseLink Symbol)
SQLExpr[expr] allows a Mathematica expression to be stored in a database.
SQLInsert   (DatabaseLink Symbol)
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.
SQLMemberQ   (DatabaseLink Symbol)
SQLMemberQ[data, column] specifies a condition in an SQL query used to test whether an element of a list matches the value of a column.
SQLResultSetClose   (DatabaseLink Symbol)
SQLResultSetClose[rs] closes a result set.
SQLResultSetColumnNames   (DatabaseLink Symbol)
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
SQLResultSetCurrent   (DatabaseLink Symbol)
SQLResultSetCurrent[rs] reads the current row from a result set.
SQLResultSetGoto   (DatabaseLink Symbol)
SQLResultSetGoto[rs, pos] sets the current position of a result set to pos.
SQLResultSetOpen   (DatabaseLink Symbol)
SQLResultSetOpen[query] makes a result set from an SQL query.
SQLResultSetPosition   (DatabaseLink Symbol)
SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
1 ... 823|824|825|826|827|828|829 ... 1009 Previous Next

...