数据库驱动 meaning in Chinese
database driver
Examples
- Each database driver that implements the pdo interface has the option of exposing additional database - specific features as regular extension functions
实现pdo接口的每个数据库驱动程序可以选择公开附加的数据库专用特性作为标准扩展功能。 - To simplify the creation of php database drivers by centralizing the code that deals with the php internals which are the hardest part to write
通过将与php内部打交道的代码(这是最难于编写的部分)集中起来,简化php数据库驱动程序的创建。 - Usually , the notion of distributed client / serr ) er computing is almost limited to htmi forms interacting with dynandc database - driven web site
在web服务出现前,分布式客户/服务器的概念几乎仅限于html表单与动态数据库驱动的网站间的交互。 - Before you do anything else with jdbc , you need to obtain a database driver from a driver vendor and add the library to your class path
在利用jdbc做任何其他事情之前,需要从驱动程序供应商那里获取数据库驱动程序,并且将该库添加到类路径中。 - The setup code is usually a few lines that describe the database such as the database driver , username and password , and where to find it
设置代码通常由一些行构成,这些行是对数据库的描述,比如数据库驱动程序、用户名和密码,以及到哪里去找到它。