For the past few days i was working with various database with odbc connector based on my previous question on...
Writing driver class generic for any database support
i have found that all the driver class has implemented the IDBDriver.cpp and wrote their own connection class to support through odbc
my question is ...
- Is it possible for me to write my own class;
- If it succeed den just by changing the name in web.config file and placing the dll to that project can i able to handle the various connections.
- Is there any other way...?
- Am I proceeding in right way?
Waiting for your valuable responses