7191 - 7200 of 10072 for copyingSearch Results
View search results from all Wolfram sites (14307 matches)
SQLResultSetRead   (DatabaseLink Symbol)
SQLResultSetRead[rs] shifts the current position and then reads a row from a result set.SQLResultSetRead[rs, num] reads num rows from a result set.
SQLTableTypeNames   (DatabaseLink Symbol)
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
SQLUpdate   (DatabaseLink Symbol)
SQLUpdate[conn, table, cols, data] updates data in a table in an SQL connection.
Deleting Data   (DatabaseLink Tutorial)
SQLDelete deletes data from a database. An alternative, using raw SQL, is described in "Deleting Data with Raw SQL". If you find that the examples in this tutorial do not ...
Inserting Data   (DatabaseLink Tutorial)
SQLInsert inserts data into a database. An alternative, using raw SQL, is described in "Inserting Data with Raw SQL". If you find that the examples in this tutorial do not ...
Secure Socket Layer (SSL)   (DatabaseLink Tutorial)
Secure Socket Layer (SSL) is a protocol for providing secure transactions between servers and clients. It uses a certificate to identify one or both ends of the transaction. ...
Security and Authentication   (DatabaseLink Tutorial)
Many SQL databases can be configured to require a username and password when a connection is made. This is useful for preventing unwanted access and restricting the range of ...
Updating Data   (DatabaseLink Tutorial)
SQLUpdate modifies data in a database. An alternative, using raw SQL, is described in "Updating Data with Raw SQL". If you find that the examples in this tutorial do not work ...
DefineDLLFunction   (NETLink Symbol)
DefineDLLFunction["func", " dll", rtype, atypes] returns a Mathematica function that calls the specified function func with argument types atypes and return type rtype in the ...
NETTypeInfo   (NETLink Symbol)
NETTypeInfo[type] prints information about the specified type, including its inheritance hierarchy, assembly name, and its public members (constructors, methods, properties, ...
1 ... 717|718|719|720|721|722|723 ... 1008 Previous Next

...