是“数据库驱动程序"和“数据库服务器"相同 [英] are "database driver" and "database server" the same

查看:99
本文介绍了是“数据库驱动程序"和“数据库服务器"相同的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在阅读有关在c ++中使用mysql的教程.但是我在理解一些术语时会遇到一些困惑.什么是:

1-数据库驱动程序
2-数据库服务器
3-驱动程序管理器

我的应用程序最后将直接处理其中哪一个?存储数据的文件使用什么术语?任何插图/图表/...?

I''m reading a tutorial on using mysql in c++. but I''ve face some confusion understanding a few terms. what are:

1- database driver
2- database server
3- driver manager

which of them will be my application dealing with directly at last? what term is used to the file in which our data is stored? any illustration/diagram/...?

推荐答案

您的应用程序通常将通过数据库驱动程序连接到数据库.数据库驱动程序使您可以使用诸如ODBC之类的应用程序编程接口来处理数据库-替代方法是直接通过TCP/IP与服务器一起工作,这会更加困难.

最好的问候
Espen Harlinn
Your application will usually connect to the database through a database driver. The database driver lets you deal with the database in terms of an application programming interface, like ODBC - the alternative would be to work directly with the server through TCP/IP, which would be much harder.

Best regards
Espen Harlinn


有关数据库驱动程序的信息,请参见此处:
For information on Database Drivers see here:

  1. ODBC: http://en.wikipedia.org/wiki/ODBC [http://en.wikipedia.org/wiki/JDBC_driver [ http://computer.yourdictionary .com/database-driver [ ^ ]

  1. ODBC: http://en.wikipedia.org/wiki/ODBC[^]
  2. JDBC: http://en.wikipedia.org/wiki/JDBC_driver[^]
  3. Definition: http://computer.yourdictionary.com/database-driver[^]



干杯!

—MRB



Cheers!

—MRB


不,甚至没有关闭.据我所知,我根本不认为数据库驱动器"是数据库领域中的术语.我在网络上也没有这样的术语.好像人们只是在谈论放置数据库的磁盘驱动器一样.或者它可能是RDBMS所在的驱动器…在安装数据库系统并创建数据库之后,这与您无关.

—SA
No, not even close. To best of my knowledge, I don''t think "database drive" is a term from the database field at all. I did not see this thing as such term on the Web as well. It looks like people just talk about a disk drive where the database is placed; or it could be a drive where RDBMS is located… After your database system is installed and database is created, this is not of your concern.

—SA


这篇关于是“数据库驱动程序"和“数据库服务器"相同的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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