Register   |  Login

Search_Blog

Minimize
By Robert Houben, CTO on 1/26/2011 12:23 PM
The FusionWare mvLynx Direct product family provides a number of ways to get access to your MultiValue data.  One of the places where MultiValue applications tend to have a significant and important investment is in their file dictionaries.  In addition to identifying the raw data in the file for reporting purposes, these often include complex formulas, and implicit "joins" of data from other files.

In this post we will look at how you can take advantage of these assets in building out your data access strategy.

Once you determine the command to access this data, it can be used from Java, .NET, COM/COM+. With the mvLynx managed provider, you can use this to create web services, ASP.NET forms and controls, WinForms, SilverLight, Windows Presentation Foundation (WPF), SSIS scripts, Reporting Services reports and many other applications and solutions.

This is a follow up to a previous post that showed how to map the SALESORDER file with the mvLynx Direct Designer.
By Robert Houben, CTO on 8/10/2010 2:41 PM
This document describes how you can rapidly create a DataSet of your MultiValued data without having to map your data.  Starting with a TCL LIST/SORT command that produces the output that you want to retrieve, we show you how to go from that to a fully functional ADO.NET command that retrieves this data for you.  Note that although we focus on ADO.NET, the same command can be called from COM/COM+ using the FusionWare Direct OLE DB Driver, or from Java using the FusionWare Java Data Adapter.
By Robert Houben, CTO on 8/10/2010 2:29 PM
This article provides examples and explains in depth, how Microsoft's DbDataAdapter Fill method converts nested IDataReader objects representing MultiValued data into a series of DataTable and DataRelation objects in a DataSet.
By Robert Houben, CTO on 5/12/2010 11:46 AM
Connecting to a MultiValue (PICK) database using FusionWare Direct ADO.NET provider from a WPF application using Visual Studio 2010.  Example code using the sample CUST file in the FusionWare Direct Data Access Server (Direct DAS) account. This is part two where we customize the Data Access Layer further to allow selective retrieval of data.
You must be logged in and have permission to create or edit a blog.