EDB and the difference between ODBC
EDB and the difference between ODBC
1.odbc, oledb, ado, adox relationship:
odbc: Database communication standards have been
oledb: as in all of the trend of, ms want to use it instead of odbc.
oledb in two ways: direct oledb and odbc for the oledb, odbc on the latter architecture, which
Sample did not own oledb provider database can also use the characteristics of oledb.
ado: In fact, only one application-level interface, it uses oledb to communicate with the database.
adox: for ado security, maintenance (such as: creating a database) is extended.
|