HP3000-L Archives

February 1999, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Dr. Ferenc Nagy" <[log in to unmask]>
Reply To:
Dr. Ferenc Nagy
Date:
Fri, 19 Feb 1999 09:18:42 +0100
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (54 lines)
On Thu, 18 Feb 1999, Lauretta Salazar wrote:

> Anybody converting Image database files to flat files on an HP3000 and
> then transferring them on a PC as Ascii files. If so, how?
>

From [log in to unmask] Fri Feb 19 09:16:56 1999
Date: Fri, 19 Feb 1999 09:15:49 +0100 (MET)
From: Dr. Ferenc Nagy <[log in to unmask]>
To: Lauretta Salazar <[log in to unmask]>
Subject: Re: Compressed MPE files on a PC (essential steps of migration from
    TurboImage to MS Access) (fwd)

Dear Ms. Salazar,

I recommend into your attention my recent letter:

I sum the possible ways:
1) Write special programs in your favorit programming language.
2) USE QUERY
For datasets without numeric (I,J,K,L,P,R type) items transfer the output
of the SAVE command.
2.1) FIND
     SAVE ...
In case of numeric fields
2.2) non-open JOIN
     MULTIFIND
     SAVE ..
2.3) redirect QSLIST with a good estimate of file size
         FORM SET
                JOIN
     FIND       MULTIFIND
           REPORT
     (none open joins give $MISSING
2.4) LIST SET [FOR condition]
2.5) :RUN QUERY.PUB.SYS
     FIND
     SAVE ...
     :RUN SDTODIF.PUB.SYS;...
     Excel can read the DIF files.

                                                       Frank

  |\    /~ ~~|~~~ Family : NAGY; first name : FERENC; title : Ph. D.
  | \   |    |    Institute of Isotope and Surface Chemistry
  |  \  |   -+-   H-1121 BUDAPEST Konkoly-Thege M. ut 29, (1525 Bp. POB 77)
  |   \ |    |    [log in to unmask]  (36-1)-395-9123 Fax: ~395-9002
  |    \|    |    http://alpha0.iki.kfki.hu/~nagyf/
`-'     '  `-'    Home: H-1102 BUDAPEST Holgy u. 48. I. 8. (36-1)-262-1198.
You need three virtues in the life:
1. strength - to change the things which are changeable,
2. patience - to endure the things which are unchangeable,
3. wisdom   - to distinguish the above two kinds of things.

ATOM RSS1 RSS2