Adapter template schema name...

Posts   
 
    
pilotboba
User
Posts: 434
Joined: 05-Aug-2005
# Posted on: 31-Jan-2006 20:29:17   

Is there a way to configure adapter to not send catalog.schema prefix? I assume this is done to support multiple catalogs, but we only access a single one per connection?

Thanks, BOb

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 31-Jan-2006 21:25:27   

No. If you want to overwrite the names, use name overwriting on catalog and/or schema level.

Frans Bouma | Lead developer LLBLGen Pro
alex
User
Posts: 68
Joined: 30-Mar-2004
# Posted on: 01-Feb-2006 23:58:23   

Otis, Is there a way to dynamically change the schema name in the SQLServer adapter? I know that I can change the catalog name by using the CatalogNameToUse property. But there is no "SchemaNameToUse" property. The Oracle adapter does have it.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 02-Feb-2006 09:32:17   

alex wrote:

Otis, Is there a way to dynamically change the schema name in the SQLServer adapter? I know that I can change the catalog name by using the CatalogNameToUse property. But there is no "SchemaNameToUse" property. The Oracle adapter does have it.

In 1.0.2005.1 there is. You can pass in a hashtable with from-to namepairs. simple_smile

Frans Bouma | Lead developer LLBLGen Pro
alex
User
Posts: 68
Joined: 30-Mar-2004
# Posted on: 02-Feb-2006 14:38:52   

Thank you very much smile