Subject | RE: [IBO] performance issue when adding tables |
---|---|
Author | Jason Wharton |
Post date | 2007-05-18T01:36:09Z |
> The docs say that using ExecuteImmediate (From memory) will allow DDLThis is likely true being that there is a separate method ExecuteDDL().
> without triggering a Schema Refresh.
> However if I don't refresh the Schema will I be able to see /It will be available on the server. You may not get some of the things like
> use the table.
KeyLinks auto define and other things the schema is used for but you
certainly will be able to process any valid SQL that involves use of the
table.
Jason Wharton