DataSourceNames[] returns a list of the names of data sources made available through DatabaseResourcesPath.
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
When large amounts of data are being transferred between Mathematica and a database, you may find that the operations are slow. In this case it may be advantageous to use a ...
The Database Explorer is a graphical interface to DatabaseLink. It provides a number of useful functions, such as managing connections and working with the data in a ...
LoadJavaClass -- load and set up a Java class for use from Mathematica, JavaClass -- expression that represents a Java class, JavaNew -- create a Java object of a specified ...
AppletViewer[javaclass, parameters] displays a window with an applet of the specified JavaClass running in it. AppletViewer["classname", parameters] displays a window running ...
JavaClassPath[] returns the class search path in use by the Java runtime. This includes classes specified via the CLASSPATH environment variable (if any), directories and ...
LoadedNETAssemblies[] returns a list of all the .NET assemblies that have been loaded into the current session.
LoadedNETObjects[] returns a list of all the .NET objects that have been loaded into the current session.
LoadedNETTypes[] returns a list of all the .NET types that have been loaded into the current session.