Difference between database drivers and database dialects -


what difference between database drivers , database dialects?

a database driver program implements protocol (odbc, jdbc) connecting database. adaptor connects generic interface specific vendors implementation, printer drivers etc.

a database dialect configuration setting platform independent software (jpa, hibernate, etc) allows such software translate generic sql statements vendor specific ddl, dml.

it appears "database dialect" may used other types of database programs mean different broadly similar have written. is, "database driver" acknowledged industry term 1 single concrete meaning whereas "database dialect" not recognised , refers different concepts in different contexts.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

c++ - Convert big endian to little endian when reading from a binary file -