Greetings,
In a single catalog LLBL project, I create an adapter using this code
DataAccessadapter.ConnectionStringKeyName = "JCLApp.ConnectionString"
dim myAdapter as IDataAccessAdapter = New DataAccessAdapter
My connection string is using the catalog name WORM123 while the catalog name in the persistence info is WORM.
LLBL's refernce manual explains that when CatalogNameUsage property is set to **DEFAULT **
nothing is done to the catalog name specified in the persistence info.
(I didn't do any CatalogNameOvewrites or CatalogNameUsageSetting in my AppConfig file).
Whats happening is that the adapter is still using the catalog name from the connection string and not the one in the persistence info !!
Am I missing something here ??