-
How do i bind data source to a ComboBox?
我如何将数据源绑定到一个组合框?。
-
In some situations, you can use the Preferred Data Source Pattern recursively.
在某些情况下,您可以递归地使用首选数据源模式。
-
During the registration of a data source object on a relational data source, default type mappings determine how a data source data type should map to a DB2 type for each column.
在注册一个关系数据源上的一个数据源对象时,默认的类型映射决定如何将一个数据源数据类型映射到每个列的 DB2 类型。
-
For example, you might discover that some data structure in the first data source is related to a data structure in another data source.
例如,你可能会发现第一个数据源中一些数据结构和另外一个数据源中的数据是结构相关联的。
-
You may implement that enterprise service with the Preferred Data Source Pattern.
您可以使用首选数据源模式实现这个企业服务。
-
The source data object or the data source control itself can then sort data and return data in pages.
此后,源数据对象或数据源控件本身可以对数据进行排序,并将数据返回到各页中。
-
For this concept the Data Source will just be the name of a single Table.
对于这一概念的数据源将只是一个单一的表名称。
-
The system consists of three main parts - Data Source, Business Space and Analysis Library.
系统由数据源、业务空间和分析方法库三个主要部分组成。
-
If your backend system is a JDBC database, you should associate the login with the Data Source.
如果您的后端系统是JDBC数据库,那么您应当将登录信息与数据源联系起来。
-
It is essential to have the participation of the original designers of the data source, and users of the data source.
让数据源最初的设计者和数据源的用户参与这个步骤是很重要的。
-
No tables to import found in data source "%1".
于资料来源「%1」找不到要汇入的表格。
-
However, my target is printing in tabular form of any data source.
不过,我的目标是印刷在任何数据源的表格形式。
-
For each data source, update the database hostname with the new hostname.
对于每个数据源,用新的主机名更新数据库主机名。
-
For example, if you create a data source at the cell level, it will be available to all of the applications running in that cell.
例如,如果您在单元层次上创建一个数据源的话,那么对于在该单元上运行的所有程序来说,都可以访问该数据源。
-
We will now add the EJB application to the server, along with a data source as well.
现在我们将把EJB应用程序添加到服务器,与此同时还有一个数据源。
-
Consistency depended on the discipline and life cycle of each data source.
连贯性是依靠每一个数据源的规则和生命周期的。
-
We can import from any data source, you simply provide us with the data .
我们可以从任何数据源,您只需向我们提供的数据。
-
For instance, if a service calls to a specific data source or database, add that source to the deployment topology as shown in Figure 2.
例如,如果一个服务调用某个特定的数据源或数据库,那么应将此数据源添加到部署拓扑中,如 图2 所示。
-
It knows what information is needed to register each type of data source.
它知道为了注册各种类型的数据源需要什么样的信息。
-
Understanding the capabilities of the data source enables the federation server to push down more functionality to that data source, which generally improves performance.
理解数据源的能力之后,联邦服务器就可以将更多的功能下推到那个数据源,这通常可以提高性能。
-
But if you create a data source at the server level, it will be available only to the applications that are running inside of that particular server.
但是如果您是在服务器层次上创建一个数据源的话,那么只有该特定服务器内部运行的程序才能够访问这些数据源。
-
Random: A mostly random selection of hosts from the data source.
随机:大多是从数据源中选择一个随机的主机。
-
You should back up any data source before implementation is started.
在开始运行之前,您应该先将所有的数据源备份。
-
Which resource it refers to -- the data source for employee access or the one for customer access -- depends on which component is using the resource name.
它所引用的资源,雇员访问的数据源或顾客访问的数据源,要使用哪个数据源取决于是哪个组件在使用资源名。
-
We will use data source objects in this exercise.
我们将在本示例中使用数据源对象。
-
Only through this type of data source, cubes can be used.
只有通过这种类型的数据源,才能使用多维数据集。
-
This feature will automatically generate all the fields from the selected data source for you.
这一特性会依据选择的数据源为你自动生成所有的控件区域。
-
Instead, use a virtual table with a WHERE clause, or define the join as a view in the data source, and execute the rule on this view.
相反,可使用具有WHERE 子句的虚拟表,或者将连接作为数据源的视图进行定义,并在这一视图中执行规则。
-
In this case, you create a data source that retrieves data from the work items in the repository.
在这种情况下,您创建一个数据源,该数据源从储存库中的工作项获得数据。
数据源是指数据库应用程序所使用的数据库或者数据库服务器。 数据源(Data Source)顾名思义,数据的来源,是提供某种所需要数据的器件或原始媒体。在数据源中存储了所有建立数据库连接的信息。就像通过指定文件名称可以在文件系统中找到文件一样,通过提供正确的数据源名称,你可以找到相应的数据库连接。