什么是提供者和驱动程序 [英] what is a provider and driver

查看:106
本文介绍了什么是提供者和驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

驱动程序和提供程序在数据库通信中的作用是什么?

解决方案

这些是在数据库之间建立桥梁的数据库连接器技术标准API和具有不同通信模式,数据表示和协议的多种数据库类型。



标准API可以是ODBC或OLEDB,在Windows上更常见。 / p>

然后,更高级别的API可能会与中间API进行对话以与Provider / Driver进行对话……与数据库引擎进行对话。



可以直接使用ODBC或OLEDB层,但这在VB6程序中很少见。这些API强烈面向C。


what are the roles of a driver and provider in database communication?

解决方案

These are database connector technologies used to bridge between a standard API and multiple database types having different communication patterns, data representations, and protocols.

The standard API could be ODBC or OLEDB, the more common ones on Windows.

Then an even higher-level API might talk to the middle API to talk to the Provider/Driver... to talk to the database engine. This higher-level API might be something like ADO or RDO.

The ODBC or OLEDB layer can be used directly, but this is rare in VB6 programs. These APIs are strongly C-oriented.

这篇关于什么是提供者和驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆