Hi,
I saw that there are no collection classes in Adapter ( except one generic one )
I so far has used SelfService code and have Specific Collections through out the code.
If I need to change to Adapter code ( to change Connection string and Schema names
in the code after reading from a config file , as these will differ at each of our client sites using Oracle )
what is the easiest way.
Either I shift to Adapter ( and some how easily fix SpecificCollections issue ) or
any other way to use info from config file to change Connection string and Schema Name
Thanx a bunch