In the example, Information Integrator is used to merge data from file system records, Oracle, and DB2 data sources.
在此例中,Information Integrator用于合并来自文件系统记录、Oracle和DB 2数据源的数据。
When they pull data to load into the production environment, they simply pull data from both file systems, and compress, then pass on to their production cluster.
当拉出数据载入到生产环境中时,只需要从这两个文件系统拉出数据,压缩,然后传送到生产集群中。
This code reads data from the XML file shown in Listing 9 and formats it into a table.
这段代码从清单9所示的XML文件中读取数据,然后将它变为表格格式。
This will import the data from the file and display a panel similar to Figure 16.
这个操作将从该文件导入数据,并显示与图16所示类似的面板。
In this mode, the secondary reads data from the staging file and receives new data from the primary directly.
在这种模式中,次要服务器从暂存文件中读取数据,并从主要服务器直接接收新数据。
If your script is operating on input data from users or a data input file, always thoroughly filter, check, and validate the input data.
如果脚本操作来自用户或数据输入文件的输入数据,那么一定要全面筛选、检查和检验输入数据。
The last basic step involved in writing programs is to read data from and write data to a file.
编写程序的最后一个基本步骤就是从文件读取数据和把数据写入文件。
Selecting from an external table reads the data from the data file(s) and provides it in the form of rows and columns as if it was read from the normal base table.
从外部表选择可从一个或多个数据文件读取数据,并以行和列的形式提供该数据,就好像从常规基表读取数据一样。
First, select 'data file Management' from the file menu. A window will open showing the name of your data file, which includes its location on your hard disk.
首先,选择从“文件”菜单上选择“数据文件管理”,会跳出一个窗口显示你数据文件的名称,其中包括了它们在硬盘上的位置。
LOAD is a very fast and direct way to get data from a file residing in the file system into a table in your database.
LOAD是将数据从文件系统中的文件里装载到数据库中的一个表里的非常快速而直接的方法。
By using compound procedures, clients can read data from a file in one request by combining LOOKUP, OPEN, and read operations in a single RPC request.
通过使用复合过程,客户机可以将LOOKUP、OPEN和READ操作组合到一个RPC请求中,这样客户机只需一次请求就可以从文件中读取数据。
The stage reads the data from a pipe or a data file and writes the data to the output link.
工作台将从管道或数据文件读取数据,并将数据写入到输出链接。
For example, if you read data from the file system, you can use the code in Listing 8.
例如,如果从文件系统读取数据,您可以使用清单8中的代码。
When deciding which option to use, the most important consideration is how much data from the file should be sent through the message flow with the propagation of each record.
在决定要使用哪一个选项时,最重要的考虑事项是在传播每个记录时,文件中的多少数据应该通过消息流发送。
We have now created a new archive file from arbitrary string data and have added an external file to our archive.
现在已经通过任意的字符串数据创建了新归档文件并已经把外部文件添加到了归档中。
In the content provider shown in Listing 7, you can retrieve data from an XML file or from a database using an adapter.
在清单7所示的内容提供者中,可以使用适配器从XML文件或数据库检索数据。
Then, just as in the previous PHP versions, you need only output headers, followed by the data itself from the temporary file.
下面,与在此前的PHP版本中一样,您只需输出头部,临时文件中的数据就会跟着显示出来。
Listing 5 shows a simple DHTML-based slide show that sources its data from an XML file.
清单5显示了一个简单的基于DHTML的幻灯片,数据来自XML文件。
It provides step-by-step instructions for reading business data from a flat file, transforming this data into XML, and populating a data warehouse with the transformed data.
分步讲解了如何从平面文件读取业务数据,将此数据转换成XML并用转换后的数据填充数据仓库。
In effect, the application serves as an inefficient intermediary that gets the data from the disk file to the socket.
应用程序实际上在这里担当了一个不怎么高效的中介角色,将磁盘文件的数据转入套接字。
This means that you want multiple simulated users, running simultaneous instances of the same test, to each retrieve a unique test data record from a file.
这意味着您要成倍增加运行着相同测试的同步实例的模拟用户,对每个实例都要从一个文档中重新获取唯一的测试数据记录。
This simple example loads data from an XML file into an SDO data graph, prints and updates the data, then writes it back to a file.
这个简单的例子将数据从XML文件加载到SDO数据图,打印并更新数据,然后将它写回文件。
This allows multiple users to read the same file simultaneously, which increases performance dramatically when multiple users read from the same data file.
这种方式允许多个用户同时读取同一个文件,当多个用户需要读取相同的数据文件时,这能够显著地提高性能。
The procedure shown in Listing 4 takes the necessary input parameters — the name and type of the file and the fully qualified name of the table into which the data from the file is to be loaded.
清单4中显示的过程带有必要的输入参数——文件的名称和类型,以及文件中的数据所装载到的目标表的全限定名称。
If you're unfamiliar with it, fscanf reads field data into variables from a file.
如果您不熟悉它,则fscanf将把字段数据从文件读入变量中。
The Web services test application reads the configuration data from the xml file via the simulated services.
Web服务测试应用程序通过模拟的服务从XML文件中读取配置数据。
You can add a call in YY_INPUT to the function GetNextChar , which reads the data from a file and keeps information about the position of the next character to read.
我们可以在YY _ INPUT宏中添加一个对GetNextChar函数的调用,后者从文件中读取数据,并保留了下一个要读取的字符的位置信息。
For more information on loading data from a text file, please refer to the MySQL product documentation.
要获得关于从文本文件导入数据的更多资料,请参考MySQL产品文件。
Finally, you added an event handler to the Refresh button, which basically reloads the data from XML file whenever the button is pressed.
最后,您向Refresh按钮添加一个事件处理程序,它在按下按钮时从XML文件重新加载数据。
The DB2 UDB import utility writes data from an input file to a database table or updatable view.
DB 2UDBimport工具将数据从输入文件写到数据库表或可更新视图。
应用推荐