WriteDataSource[name] writes a new HSQL data source name.WriteDataSource[name, database] writes a new data source to database.
DatabaseLink provides two styles of commands for working with data: one for those who are familiar with Mathematica and the other for those who are familiar with SQL. ...
Database schema and catalogs can be used to hold collections of database components and objects suitable for particular users. They can be particularly useful when working ...
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
$JavaExceptionHandler allows you to control how exceptions thrown in Java are handled in Mathematica.
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.
LoadCOMTypeLibrary[library] creates a so-called "interop" assembly from the named type library and loads that assembly.
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
LoadNETType["type"] loads the specified type into the .NET runtime and returns a NETType expression that can be used to identify the type.LoadNETType["type", assembly] loads ...
NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...