举例来说,您可能希望使用事务控件修饰所有的数据库操作。
For example, you might want to decorate all your database operations with transactional controls.
表单被绑定到指定的数据库表,其中的所有数据控件都可以用于显示和编辑表的列,无需编写代码或SQL。
A form is bound to a specified database table and all data controls within can be used to display and edit the table's columns without writing code or SQL.
在完成对字段列表的操作之后,您惟一需要做的就是添加FROM字符串,该字符串后面是数据库表的名称,您仍然可以在TListBox控件中找到该表。
When the list of fields is complete, you only need to add the FROM string, followed by the name of the database table, which can still be found in the TListBox control.
在左侧面板中的树控件中展开ControllerContentStore数据库条目。
Expand the ControllerContentStore database entry in the tree control in the left pane.
在左侧面板中的树控件中,选择刚才创建的数据库连接,然后单击主工具栏中的Run图标。
In the tree control in the left pane, select the database connection you've just created, and click the Run icon from the main tool bar.
当加载包含链接到SqlDataSource的数据绑定控件的ASP.NET页时,SqlDataSource直接与基础数据库进行通信。
When loading an ASP.NET page that contains a data-bound control linked to a SqlDataSource, the SqlDataSource communicates directly with an underlying database.
此外,在ASP.NET 2.0中,SQLDataSource控件可能选择性地建立与数据库的自动依赖关系,以便立即检测到数据变更。
In addition, in ASP.NET 2.0 the SQLDataSource control may optionally establish an automatic dependency with the database so that any change is promptly detected.
当特性删除后,它们必须从Gears数据库以及该层删除,所以将此添加到SelectFeature控件的featurehighlighted事件(参见清单11)。
When features are deleted, they must be removed from the Gears database as well as from the layer, so add this to the featurehighlighted event of the SelectFeature control (see Listing 11).
graball 控件如其名字所示,是在单一XML文件中返回数据库中所有患者的新视图。
The graball control, as the name implies, is a new view that returns all the patients in the database in a single XML file.
有一个DropDownList 控件,它绑定到一个从Northwind数据库中检索客户列表的 SqlDataSource源控件。
There is a DropDownList control that is bound to a SqlDataSource source control the retrieves a list of customers from the Northwind database.
对于数据库查询,这些控件产生自然语言输出,而不是接受自然语言输入。
These controls produce natural language as output, rather than attempting to accept natural language as input, for database queries.
最后一个事件将会发生于每一个控件之上,然后,一直到结束.这时,所有的控件将会输出流并且不能够再被改变.在这个事件中,任何试图访问应答流的方法将都会出现错误.这个事件主要被用来清除善后工作,比如说数据库连接,打开的文件流,事件日志,或者其他的任务等等.
At this point, all controls have been rendered to the output stream and cannot be changed. During this event any attempt to access the response stream will result in an exception being thrown.
您可以通过在数据库或项目上设置选项来防止窗体控件继承操作系统中的主题。
You can prevent form controls from inheriting themes from the operating system by setting an option on the database or project.
本文介绍了如何利用ADO对象设置一些属性,结合相关的数据绑定控件产生的用户界面,来创建简单的数据库应用程序。
This article presents how to set some attributes of ADO objects, create user interfaces combining some relative data bounding controls, and program simple database applications.
在实际开发应用程序过程中,最常用到的是DATA控件,设置它的连接属性和数据库绑定。
There in during the process of the practical program development and application, the control of data is frequently used to set up the connection properties and the database binding.
该文首先简要介绍了VB6.0自带的数据控件与数据库连接的方法,并指出其局限性。
This paper first gives an introduction to the method of making a database connection from the VB6.0's built-in Data Control, and its limitations.
ADO数据控件连接到这些对象,而不是数据库服务器。
The ADO data control connects to these objects, rather than the database server.
支持动态数据的数据绑定控件可以在不使基架的情况下,使用任何数据源与数据库交互。
Data-bound controls that support Dynamic data can interact with the database by using any data source, without scaffolding.
系统开发主要利用ADO数据控件和ADO对象,结合SQLSERVER数据库进行,本文重点说明了系统设计的重点、设计思想、难点技术和解决方案。
Combining the SQL SERVER database, we used ADO data component and ADO object for the system. In this paper, we described the emphasis of the system design, design idea and solutions in detail.
本文以在软件开发中的ADO控件的各种使用技巧为例,说明了在VB编程中数据库的数据访问方法。
This article takes the use skill of ADO controls in the Development of software for example, and presents the data accessing method of database in the VB programme.
您可以将广告信息存储在具有特定架构的数据库表中,然后在运行时使用数据源控件读取广告记录。
You can store AD information in a database table with a specific schema, and then use a data source control to read the AD records at run time.
一些程序员在设计数据库应用时,通常会采用数据控件绑定的方法实现。
Some programmers in the design database applications, using data normally bind to the control method.
通过 VB 编写代码,添加ADO控件及其属性设置实现数据库访问。
The database access is realized through programmed by VB, added ADO control, and setup their attribute.
NET访问数据库,利用很多控件提供的功能进行绑定,对系统中使用到的相关技术进行了介绍。
NET will be adapted to accessing database and many controls will be used to bind with data. The technologies that involved in the paper will be introduced.
说明:MF C列表控件的应用,实现简单的数据库的功能。
只要数据库有对应的数据源控件,就可以将广告信息存储在任何类型的数据库中。
You can store AD information in any type of database, as long as you have the corresponding data source control for that database.
其次,本文将对软件中所使用到的技术点进行了详细的介绍,具体有 MFC控件自绘、数据库设计与访问方式、模块化编程理论等。
Secondly, we will use software technology to the point of details about the specific MFC controls since painting, Database Design and interviews, modular programming theory.
其次,本文将对软件中所使用到的技术点进行了详细的介绍,具体有 MFC控件自绘、数据库设计与访问方式、模块化编程理论等。
Secondly, we will use software technology to the point of details about the specific MFC controls since painting, Database Design and interviews, modular programming theory.
应用推荐