It's not unusual for database developers who move from Microsoft-based .NET platforms into the world of Java development to wonder, 'What's the difference between ODBC and JDBC?' It's a good question.
applications that get connected to more than one database at a time. Standardization: It is much better to write a standard set of codes for getting connected to different databases, rather than ...
Sun Microsystems trademarked the term JDBC, and nowhere in said trademark does it denote that JDBC stands for Java Database Connectivity. The term JDBC obviously refers to the set of APIs packaged in ...