Opens a table from the given catalog path.
[Visual Basic 6.0] Function OpenTableFromString(
ByVal catalogPath As String _
) As ITable
[Visual Basic .NET] Public Function OpenTableFromString ( _ ByVal catalogPath As String _ ) As ITable
[C#] public ITable OpenTableFromString ( string catalogPath );
[Java] public ITable openTableFromString ( String catalogPath ) throws IOException, AutomationException
[C++] HRESULT OpenTableFromString( BSTR catalogPath, ITable** ppTable );
Parameters
catalogPath [in]
catalogPath is a parameter of type BSTR
ppTable [out, retval]
ppTable is a parameter of type ITable