Within a standard interactive session, you can create "subsessions" or dialogs using the Mathematica command Dialog. Dialogs are often useful if you want to interact with ...
Mathematica can export tables of numerical and textual data to all common database file formats. It can also import from database formats to give Mathematica arrays and ...
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
CFunction[type, name, args, body] is a symbolic representation of a function definition.CFunction[type, name, args] is a symbolic representation of a function declaration.
COperator[oper, arg_1, ...] is a symbolic representation of an operator.
CPreprocessorIfdef[cond] is a symbolic representation of a preprocessor ifdef conditional.CPreprocessorIfdef[cond, true, false] represents the true and false cases.
CStandardMathOperator[oper, args] is a symbolic representation of a standard math operator.
CSwitch[cond, statements] is a symbolic representation of a switch statement.
Widget["Icon"] represents an icon.