Archive for the ‘mv.NET’ Category

MV / Relational exchanges - Part 2

Thursday, June 12th, 2008

In the U2 forum there have been a couple questions on the new U2/DB2 .NET data provider from IBM. I thought I’d write up a couple quick notes.

(more…)

MV and Relational Data Exchanges Part 1

Tuesday, April 15th, 2008

One of the most common inquiries we see in MV forums involves exchanging data between the MV DBMS and relational databases. In this multi-part series over the next couple weeks, I’ll describe ways to get data flowing in both directions without using platform-specific ODBC tools.

This Part 1 is just an introduction and I’ll start describing some details in Part 2. I expect a new segment on this every 4 days or so, maybe with other blog postings in between.

(more…)

Why mv.NET - Part 2

Thursday, March 6th, 2008

Almost two years ago I wrote a blog entry titled "Why mv.NET?" But every couple of days we still see the same question phrased differently: "How do I connect to/from MV?" My immediate response is still to include mv.NET in your list of options. Here is an explanation why.

(more…)

Cross-MV development made easy…er

Sunday, February 17th, 2008

I just finished setting up the latest mv.NET v3.5.1.2 and used the Data Manager to create simultaneous connections to multiple MV environments. I dunno if other people get as much of a kick out of this as I do but just the ability to do this tickles me.

(more…)

Do you know the way to SOA?

Thursday, February 8th, 2007

OK, the title is a little tacky, but if you’re humming a tune about San Jose California then you get the joke. In response to a posting to the U2 User’s list I decided to post some comments here about Service Oriented Architecture.

(more…)

Protected: mv.NET and PDP.NET comparison

Tuesday, January 9th, 2007

This post is password protected. To view it please enter your password below:


D3 - Recompiling Code

Saturday, December 30th, 2006

The following is some great information posted to the Raining Data web forum by Robert Burke, their new Technical Support Director. I’ve posted it here verbatim for your benefit.

(more…)

Outlook Appointments from MV

Saturday, November 18th, 2006

I have code that updates the Outlook Calendar from MV apps. I decided to hook it up with DesignBais. This is just too cool.

(more…)

Wizard vs Manual Coding of Data Components

Saturday, July 8th, 2006

mv.NET is a suite of three packages, one of which is the Adapter Objects library. This allows MV data to serve as a data source for ADO.NET just like any relational data source. Using the library can be very easy. In Visual Studio you can drop toolbox objects onto a form. Doing so invokes a Wizard to configure the components. Wow, that’s neat and it all works - but is this good coding practice?

(more…)

Technology choices: Windows, .NET, and mv.NET

Sunday, June 25th, 2006

This article discusses why I have chosen to work with Windows, the .NET Framework, and mv.NET for interfaces to MV DBMS applications. Feel free to disagree with my choices but maybe my reasoning will make sense to others who are trying to find their "home" amongst all of the available options.

(more…)