Skip to main content

Skip over site navigation to main content

developerWorks  >   Information Management  >   Technical library  >  

Technical library view  RSS for Information Management

developerWorks
 Related links:    Redbooks  |  Forums  |  Support knowledge base

Filter your search and/or enter a keyword. If you don't filter your search or enter a keyword, the search results will default to all results.

 
 
 
 
  1 - 36 of 36 results    Hide Summaries
Title   Type   Date  

Table that contains the results that meet the search criteria.

Access IBM U2 data server from your .NET applications, Part 2: Build the next generation application using UniVerse, UniData, IBM Data Server Provider for .NET, IBM Database Add-ins, and ASP.NET 2.0
Develop a next-generation, master-detail ASP.NET Web application, Web service, and ASP.NET Crystal Report using IBM Data Server Provider for .NET and IBM Database Add-ins, in Part 2 of this series.
Tutorials 14 Feb 2008  
 
Access IBM U2 data server from your .NET applications, Part 1: Overview of IBM Data Server Provider for .NET and IBM Database Add-ins for Visual Studio for UniVerse and UniData
Understand the functionality of IBM Data Server Provider for .NET and IBM Database Add-ins for Visual Studio for the IBM U2 data servers, UniVerse, and UniData. As a U2 developer, you'll learn to build Windows, ASP.NET Web, Web services, AJAX, reporting, and WPF/XAML applications with little or no code. You'll use standard interfaces such as ADO.NET against IBM U2 data servers.
Articles 29 Nov 2007  
 
U2 PDO Driver, Part 1: Write a PHP Data Objects driver for U2
PHP Data Objects (PDO) extension provides a lightweight, convenient means for accessing databases in PHP. However, you must use a database-specific PDO driver to access a database server. Currently there is no PDO driver for U2 data servers. In this article, you'll learn how to write a PDO driver for U2 using U2 native interface InterCall. With this PDO driver, U2 users can develop PHP applications that access U2 data quickly and easily.
Articles 07 Dec 2006  
 
U2 PDO Driver, Part 2: Write PHP applications to access U2 data
Learn how to write PHP applications using a PHP Data Objects driver. Part 1 of this series described how to write the PHP Data Objects driver for U2 using InterCall APIs.
Articles 04 Jan 2007  
 
Access IBM U2 data server from your .NET applications, Part 3: QuickStart samples accessing U2 tables and files using IBM Data Server Provider for .NET
See how both Windows C# and VB.NET applications can access a UniVerse or UniData database using SQL commands or basic subroutines using the IBM Data Provider for .NET.
Tutorials 29 May 2008  
 
U2 SELECT verb list extension
This article provides a general solution to the problem of record selection based on a large list of non-primary-key values. It is a step-by-step guide to building a new verb which selects records based on a match between dictionary values and standard UniData SAVE.LIST and SELECT buffer lists. For those who like to build their own tools, it offers an interesting project. For those who prefer to use tools others have built, the completed verb source code is available as a download.
Articles 19 Nov 2009  
 
Use External Database Access with U2
Use EDA features to satisfy various user requirements and discuss some common issues that arise when converting and using EDA files.
Articles 07 Feb 2008  
 
IBM U2: The big picture
Gain a basic understanding of the IBM U2 product line, and gather information about the extended relational data model, architecture, benefits, and associated tools products.
Articles 18 Aug 2005  
 
U2.NET -- Develop a native MultiValue style master-detail application
Develop a U2 MultiValue style master-detail application in C# in Visual Studio 2005. Then, quickly put together a .NET purchase order application from a Visual Studio 2005 environment.
Tutorials 27 Mar 2008  
 
U2
The IBM extended relational databases, UniData and UniVerse (U2), offer high performance, scalable information management environments for embedding in vertical applications. developerWorks is the technical resource center for DB2 U2, including technical articles, documentation, support, and more.
03 Sep 2009  
 
Understanding IBM U2 XML Features
This article reviews the XML capabilities within IBM UniData and IBM UniVerse. Learn the various functions within the databases to develop robust applications that can communicate with any system using XML. Explore the U2 XDOM and XMAP APIs and how to produce XML documents from the database query engines. Examples are included.
Articles 15 Dec 2005  
 
U2 SOAP API client
Explore some of the U2 Extended BASIC APIs, namely SOAP, DOM, XPath, XMLDB, XMAP, and the XML DB mapping tool.
Articles 11 Aug 2005  
 
U2 Compact Framework
Rapidly evolving client needs are driving advances in information technology that are making the world seem smaller and flatter. One of the basic underlying requirements of these needs is access to information anywhere, on any device, at any time. The U2 UniObjects for .NET Compact Framework (UO.NETCF) library makes this kind of access possible. This article provides an example of how to take an existing PC-based application that communicates with a U2 database, and use it as the basis for developing a new mobile application using UO.NETCF.
Articles 24 Sep 2009  
 
U2 encryption in an open technology world
If you have valuable, sensitive, or confidential data, and the data can be accessed or seen by unauthorized people, then data encryption is a must. The extended BASIC APIs of IBM UniData and UniVerse (U2) perform symmetric encryption operations on data using various available ciphers. The heart of the U2 encryption function is the OpenSSL library. Walk through the four worlds of encryption covering C#, Java, U2 BASIC, and OpenSSL shell scripting and see that encryption of data produced is interchangeable amongst them.
Articles 13 Apr 2006  
 
U2 security in motion
Good data governance practices and regulatory compliance requires securing data while in motion to prevent eavesdroppers from viewing sensitive information. IBM UniData and UniVerse (U2) provide the tools that conform to open encryption and SSL standards that enable protection of data stream and the information inside it. The U2 tools, in conjunction with other popular developer framework tools, help create a solution ready for the global economy. Explore the four worlds of Information Security using BASIC, C#, Java programming, and scripting languages to secure the transmission of information.
Articles 04 Sep 2008  
 
Secure U2 Web services
With the increasing acceptance and usage of SOA driving business information in the global economy, it has become critical to provide protection, confidentiality, and integrity of sensitive information. The U2 Web Services Developer allows you to publish business functions as Web Services and make them available to outside protected network hierarchies. This article takes you on a journey in the world of U2 information security for information on demand.
Articles 11 Sep 2008  
 
Validate data types in U2 using XML schema
IBM U2 (IBM UniData and IBM UniVerse) stores all of its data without any type validation. Thus the same field can contain an integer, a string, or even an internal date structure. While this may be useful to the application developer, it can cause problems when integrating the data from your U2 environment to an external environment. In this article, validate the data against a schema and prevent invalid data with update triggers.
Articles 02 Nov 2007  
 
IBM U2 and Service Oriented Architecture (SOA)
Service oriented architecture is an application framework that takes everyday business applications and breaks them down into individual business functions and processes, called services. SOA lets you build, deploy, and integrate these services independent of applications and the computing platforms on which they run, making business processes more flexible. In this article, learn how IBM UniData and UniVerse (U2) technology relates to SOA.
Articles 21 May 2009  
 
Develop a sample application using LINQ programming and the ADO.NET Entity Framework with IBM DB2, IDS, and U2 servers
The IBM Data Server Provider for .NET enables application developers to take advantage of the Microsoft Entity Framework and LINQ. You can easily develop data access .NET applications using one of the IBM data servers (DB2, Informix Dynamic Server, or U2), the Microsoft ADO.NET Entity Framework, and LINQ. This article shows you how to get started using the Entity Framework with one of the IBM data servers, walking you step-by-step through the process of creating your own application.
Articles 12 Mar 2009  
 
Connect WebSphere Voice Server SDK to U2 using RedBack JavaBeans
Learn how to retrieve data from a U2 database management system using the voice technology of WebSphere Voice Server SDK.
Articles 14 Jul 2005  
 
Implementing tree view menu styles in U2 SystemBuilder/XA applications
IBM U2 SystemBuilder Extensible Architecture for UniData and Universe (SB/XA) 6.0.0 introduces an entirely new application architecture for SystemBuilder applications. One of the features, provided by the changes in the architecture, is the ability to modify the presentation of your U2 applications without modifying the underlying business logic. In this article, learn how to present a traditional SystemBuilder menu as a Tree View menu.
Articles 06 Nov 2008  
 
PHP and .Net Web development for U2 using Web DE / RedBack objects
IBM U2 Web DE, U2 Web Development Environment (previously called RedBack), is a Web framework for accessing UniVerse and UniData databases. In this article, examine the history and essential framework of Web DE, and learn how PHP and .NET can reference Web DE RedBack Objects (RBOs) to access U2 data stores in a similar way that ASP and Java technology can use them.
Articles 16 Oct 2008  
 
Information Management and XML technology
Support for XML in IBM Information Management products fosters the dynamic representation of data in a format that can be easily shared across databases and across platforms. developerWorks is the technical resource center for using XML technology with DB2, Informix, U2, and all the IBM Information Management products.
19 Nov 2009  
 
How to include an ActiveX control within an SB+ input screen
Use ActiveX technology to provide a rich set of self-contained controls that can enhance the IBM U2 SB+ user experience. First, include a calendar control within an input screen. Then, include an HTML object within an input screen.
Articles 14 Jun 2007  
 
Data encryption in UniData and UniVerse
Discover the encryption options available in IBM UniData and IBM UniVerse database products and how they can be used to add data encryption into your U2 application.
Articles 12 Jan 2006  
 
Travels with Mark: A Hitchhiker's Guide to the UniVerse, Part 1: Profiling the UniVerse
UniVerse DBA and developers need a tool to help understand how the decisions about database operations and constructs affect performance. This tutorial introduces the UniVerse Profiler for constructing, running, and reporting tests which investigate the performance impact of different program options and system tuning decisions. Future articles will provide examples using the Profiler so you can see the impact on your own system.
Tutorials 22 Dec 2005  
 
UniData Recoverable File System (RFS)
Decipher UniData Recoverable File System messages and determine the appropriate actions needed to keep your system running smoothly.
Articles 15 Dec 2005  
 
Zeroing in on UniData problems
This article is written to assist with the problem determination process for someone administering or supporting UniData databases. If you're faced with a puzzling problem, here are some questions to ask in order to zero in on the problem, and actions to take to solve it.
Articles 02 Sep 2004  
 
Travels with Mark: A Hitchhiker's Guide to the UniVerse, Part 2: Sizing hashed files in UniVerse
UniVerse DBAs and developers need tools to help them understand how their decisions about record size and file sizing affect the performance of their applications. This set of tutorials explores the performance characteristics of different separations, various record sizes, and how application usage patterns should determine file-sizing criteria.
Tutorials 30 Mar 2006  
 
Travels with Mark: A Hitchhiker's Guide to the UniVerse, Part 6: File opens – The cost
In this installment of the UniVerse performance series, explore the cost of opening files in BASIC programs. Measure opening simple hash files, dynamic files, and directory files, and measure the impact of adding indices to files. Time open distributed files, with and without indices, and examine variations by looking at OPENSEQ and OPENPATH.
Tutorials 13 Nov 2008  
 
Extending the DB2 Spatial Extender, Part 2: Add new data types to DB2 Spatial Extender
The type hierarchy of the IBM DB2 Spatial Extender builds on DB2's structured types. It can be extended to add new, application-specific data types. For example, data types for rectangles or circles can be derived from the data type ST_Surface, which is used to model planar geometric objects. This article explains how to implement new, application specific data types and ensure full integration of the new data types with the existing spatial functionality.
Articles 17 Jan 2008  
 
Travels with Mark: A Hitchhiker's Guide to the UniVerse, Part 4: File and performance implications
UniVerse DBAs and developers need a tool to help them understand how their decisions about record size and file sizing affect the performance of the application. This set of tutorials explores the performance characteristics of different separations, various record sizes, and how application usage patterns should determine file sizing criteria. This tutorial examines the inner workings of dynamic linear hash files and concludes the examination of separation selection with some additional facets of sizing files with the impact of certain data access patterns.
Tutorials 30 Nov 2006  
 
Travels with Mark: A Hitchhiker's Guide to the UniVerse, Part 3: Sizing hashed files: Oversize records
UniVerse DBAs and developers need a tool to help understand how their decisions about record size and file sizing affect the performance of the application. This set of tutorials explores the performance characteristics of different separations, various record sizes, and how application usage patterns should determine file sizing criteria.
Tutorials 22 Jun 2006  
 
Enable multi-language support in SB+
Use the new functionality in SB+ to build an application that functions in multiple languages using multiple definitions.
Articles 21 Jul 2005  
 
Understanding the SB+ Security API
In the past, accessing IBM SB+ for UniData and UniVerse security from outside of SB+ security screens was difficult. But now, you can use a new function, SH.SEC.API, to talk to SB+ security using routine calls when outside of SB+ security screens and reports. SB+ Release 5.4.0 makes it significantly easier for the system administrator to maintain SB+ security. This article teaches you how to implement this API and includes detailed programming examples.
Articles 29 Mar 2007  
 
How to deploy SB+ password validation
Walk step-by-step through a password validation deployment method for SystemBuilder security.
Articles 12 Jan 2006  
 
  1 - 36 of 36 results    Hide Summaries
Not finding what you're looking for? Suggest Content