Mnesia另一个有趣的地方是与Erlang编程语言的严密耦合,基本上把Erlang变成了数据库编程语言。
Mnesia is also interesting due to its tight coupling to the programming language Erlang, thus almost turning Erlang into a database programming language.
可以按照现代数据库和编程语言中的数据类型进行验证。
You can validate against the data types found in modern databases and programming languages.
使用脚本或编程语言向任何数据库部署自动维护策略。
Deploy automatic maintenance polices to any database using a script or programming language.
我在应用程序中看到的一个问题是,工程师试图将数据库当作编程语言来使用,即通过使用具有逗号分隔的标识符的文本字符串来创建数组。
One problem I've seen with applications is when engineers attempt to use a database as though it were a programming language, creating arrays by using text strings with comma-separated identifiers.
我们希望本文能为您提供通过ODBC使用PHP编程语言处理数据库所需的所有知识。
Hopefully, this article has provided what you need for starting to work with databases through ODBC using the PHP programming language.
得益于调用透明性,它也不需要知道源数据库所支持的语言或编程接口。
Nor does it need to know what language or programming interface is supported by the source database, thanks to invocation transparency.
关系数据库不同于编程语言,它们不具有数组类型。
Relational databases aren't like programming languages. They don't have array types.
您无需关心硬件、数据库或编程语言。
You don't care about hardware or database or programming language.
使用嵌入式SQL,数据库编程的复杂性可以通过一些宏子语言来屏蔽。
With Embedded SQL, the intricacies of database programming are masked by a sort of macro sub-language.
DB 2支持许多种数据库服务器端编程语言,包括存储过程、触发器和函数(表函数和标量函数)。
DB2 supports many database server-side programming languages, including stored procedures, triggers, and functions (table and scalar).
比如,一些系统仍然在使用被创建于60年代和70年代的数据库,并使用COBOL作为前端的编程语言。
Some systems still use old databases created in the '60s and' 70s with COBOL front ends, for example.
要让这个过程变得又简单、又标准化,那么嵌入式SQL就是一个很好的元编程系统,可以在C 语言中简单地合并数据库访问的功能。
For making this both easier and more standardized, Embedded SQL is a metaprogramming system used to easily combine database access with C.
Ajax允许以任何一种编程语言创建页面,然后用来自数据库或其他后端服务器过程的信息刷新该页面的不同部分。
Ajax allows you to create a page in any programming language, then refresh different parts of that page with information from a database or some other back-end server process.
源数据库支持什么样的语言和编程接口,例如,是否使用了XQuery或SQL,或者数据源支持何种SQL方言(调用透明性)?
What language or programming interface is supported by the source databases, for example, whether XQuery or SQL is used, or what dialect of SQL the source supports (invocation transparency)?
我们选择的编程语言可能会为访问Unicode数据库提供了一些便利的工具,这样就不需要亲自对其进行处理了。
Your programming language of choice might provide convenient tools for accessing the Unicode database, so that you do not need to parse it yourself.
尽管这是XQuery的功能之一,但您也可以将其用作一个完整的编程语言而不使用XML数据库。
Although this is one of the functions of XQuery, you can also use it as a full programming language without using an XML database.
本文假设您没有数据库知识或结构化查询语言(Structured Query Language,SQL)编程经验。
It assumes no prior database knowledge or programming experience in the Structured Query Language (SQL).
您可以在使用可扩展标记语言(Extensible Markup Language,XML)模式、数据库模式、对象模式等的编程世界中看到使用这一术语的例子。
You can see examples of the use of this phrase throughout the programming world with Extensible Markup Language (XML) schema, database schema, object schema, and so on.
PHP是一个免费的开放源码编程语言,出现于1995年,您可以通过连接器对数据库使用PHP,以生成XHTML和HTML,然后在Web浏览器中呈现内容。
A free and open source programming language that appeared in 1995, you can use PHP with databases via a connector to generate XHTML and HTML for rendering in a web browser.
在本文中,您将了解如何通过用PHP编程语言创建的Web应用程序与IBMLotusDomino数据库交互。
In this article, you learn how to interact with IBM Lotus Domino databases from Web applications created with the PHP programming language.
Optim DevelopmentStudio为每个数据库及其支持的编程语言附带了一些模板。
Optim Development Studio ships a number of templates for each database and supported programming language.
大量优秀的开源web服务器、数据库、编程语言和开发框架供您使用。
There are so many great open source Web servers, databases, programming languages, and development frameworks.
当然,您也可以选择自己的编程语言、Web服务器和数据库。
You can definitely pick your own programming language, Web server, and database.
Informix4gl(简称为I4GL)支持一种用于与Informix数据库服务器交互的编程语言。
Informix 4gl, or simply I4GL, supports a programming language for interacting with the Informix database servers.
方便的表单变量访问、内置的HTML模板和集成的数据库访问,使PHP成为Web开发人员的快速编程语言。
With easy access to form variables, built-in HTML templates, and integrated database access, PHP has proven to be a rapid programming language for Web developers.
Dan在商业分布式计算技术的研究方面有20多年的经验,涉及的领域包括面向事务和对象的系统、编程语言、消息传递和数据库系统。
Dan has over 20 years of experience in research and commercial distributed computing ranging over transaction and object-oriented systems, programming languages, messaging, and database systems.
一种好办法是编写代码,从喜欢的编程语言中利用访问WordNet数据库的很多项目。
One good way to do this is to write code that takes advantage of the many projects for accessing the WordNet database from your favorite programming language.
最后,Pig是一个包括适用于Hadoop编程的高级语言的大型数据库集分析的平台。
Finally, Pig is a platform for large data set analysis that includes a high-level language for Hadoop programming.
DataBladeAPI是用于与“C”语言数据库服务器接口的编程接口。
The DataBlade API is the programming interface used to interface with the database server in "C."
比如,SQL为处理与数据库打交道的问题,提供了刚刚好的编程语言功能,使之成为一个领域特定语言。
For example, SQL provides just enough of a programming language to handle the problems of working with databases, making it a domain-specific language.
应用推荐