Can anyone help me understand what is the exact difference between a native database connector and ODBC connector. I googled a lot and found that , in native connector SQL, data and the actual interfaces built inside the application have been specially designed for a specific database.Now what is meant by "specially designed for a specific database" Lets say my code is written in C++ and I use a native connector to connect to SQLServer. How will it differ using a native connector wrt using a odbc connector. Pardon me if this is a stupid question.
http://www.information-management.com/news/ask_the_experts/-1077488-1.html Thanks, Neethu