> We want to explore other connection options that are not tied to > uniobjects so that if we decide to switch from universe to say database > "x" we can do so easier.
My only comment on this is don't go writing socket code just for this - just write a wrapper round the uniobjects code - so your code does not open a uniobjects connection and do read/write/select/run programs, it uses a class that you have written that in turn does this - pass a param to the class called DB and set it to "uv" - then when you want to switch to some other DB add the connectivity code to your class and away you go - basically you are building a DAL (Data access layer) upon which your BLL (business logic layer) works - the bll does not care what the DB is or how it communicates that is the job of your DAL. Rgds Symeon. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
