Creates a new publication in the database.
void Connection.createPublication( String pub_name, String[] tables ) throws ULjException
pub_name The name of the publication to create.
tables An array of table names.
The synchronization of the entire database is done using the special Connection.SYNC_ALL publication list.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |