You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Creates and returns a new Tablespace with one datafile, and then adds it to the collection. PARAMETERS: Name (String) and FileName (String).

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal FileName As Variant _
) As OracleTablespace

Parameters

  • Name
  • FileName



  • No labels