Question : If 4 different drivers are loaded, & created 4 different statements calling diffener tables from same database, how driver is recognized for each statement?
SO, diff. driver has diff. conn; diff. conn has diff. statement; diff. SQL for diff. table. Every thing is unique.
As i think only a single driver is needed to load for a single database. If we load more than one driver for a single database it is difficult to distinguish them