:: com :: sun :: star :: sdb :: application ::

unpublished service CopyTableWizard
Supported Interface
XCopyTableWizard
Description
describes a wizard which can be used to copy table like data from one database to another.


Constructors' Summary
create creates an executable wizard dialog, which is to guide the user through copying a table from one database to another.  
Constructors' Details
create
create( [in] ::com::sun::star::beans::XPropertySet  Source,
[in] ::com::sun::star::beans::XPropertySet  Destination );

Description
creates an executable wizard dialog, which is to guide the user through copying a table from one database to another.
Parameter Source
the ::com::sun::star::sdb::DataAccessDescriptor describing the data to copy. Note that all members of the DataAccessDescriptor except Column and ColumnName are supported. In particular, you are not really limited to copying a table object. Instead, you can also copy a query, or the result of an SQL command. Even more, you can copy data from a result set obtained elsewhere.
Parameter Destination
the ::com::sun::star::sdb::DataAccessDescriptor describing the target for the copy operation. Only DataSourceName, DatabaseLocation, ConnectionResource and ActiveConnection are supported, effectively describing the target connection to copy the data to.
Since
OOo 2.4

 
Top of Page