6651 - 6660 of 10072 for copyingSearch Results
View search results from all Wolfram sites (14307 matches)
SQLDataTypeNames   (DatabaseLink Symbol)
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
SQLDateTime   (DatabaseLink Symbol)
SQLDateTime[datetime] represents date and time information that can be stored in a database.
SQLDelete   (DatabaseLink Symbol)
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.
SQLDropTable   (DatabaseLink Symbol)
SQLDropTable[conn, table] drops a table in an SQL connection.
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.
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 ... 663|664|665|666|667|668|669 ... 1008 Previous Next

...