unidata7 | 29 Jul 2012 15:54
Picon
Favicon

[U2] insert data


How do you insert data into a UniData database? Can it be done with a flat
file? :confused:
--

-- 
View this message in context: http://old.nabble.com/insert-data-tp34226994p34226994.html
Sent from the U2 - Users mailing list archive at Nabble.com.

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Symeon Breen | 29 Jul 2012 20:20
Picon

Re: [U2] insert data

What have you tried ?

-----Original Message-----
From: u2-users-bounces <at> listserver.u2ug.org
[mailto:u2-users-bounces <at> listserver.u2ug.org] On Behalf Of unidata7
Sent: 29 July 2012 14:55
To: u2-users <at> listserver.u2ug.org
Subject: [U2] insert data

How do you insert data into a UniData database? Can it be done with a flat
file? :confused:
--
View this message in context:
http://old.nabble.com/insert-data-tp34226994p34226994.html
Sent from the U2 - Users mailing list archive at Nabble.com.

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2197 / Virus Database: 2437/5161 - Release Date: 07/28/12

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

(Continue reading)

unidata7 | 30 Jul 2012 01:56
Picon
Favicon

Re: [U2] insert data


I'm trying to learn UniData and keep coming across 3rd party tools ie
RocketSoftware. I don't know how to insert data to begin.

Symeon Breen wrote:
> 
> What have you tried ?
> 
> 
> 
> 
> -----Original Message-----
> From: u2-users-bounces <at> listserver.u2ug.org
> [mailto:u2-users-bounces <at> listserver.u2ug.org] On Behalf Of unidata7
> Sent: 29 July 2012 14:55
> To: u2-users <at> listserver.u2ug.org
> Subject: [U2] insert data
> 
> 
> How do you insert data into a UniData database? Can it be done with a flat
> file? :confused:
> --
> View this message in context:
> http://old.nabble.com/insert-data-tp34226994p34226994.html
> Sent from the U2 - Users mailing list archive at Nabble.com.
> 
> _______________________________________________
> U2-Users mailing list
> U2-Users <at> listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
(Continue reading)

Wols Lists | 30 Jul 2012 13:30
Picon

Re: [U2] insert data

On 30/07/12 00:58, unidata7 wrote:
> I'm trying to learn UniData and keep coming across 3rd party tools ie
> RocketSoftware. Can this be done without using a 3rd party tool? I don't
> know how to insert data to begin. Does the data need to be formatted in a
> certain way?

Firstly, Rocket does not supply "3rd party" tools - they are the first
party - they own Unidata :-)

Secondly, are you thinking like you could do in SQL and create a script?
You could create a script and invoke UniData's ED to create the records.

Or you could go to a site like pickwiki.com, and look at the sample code
there. There are a bunch of load/dump routines that I wrote (and I'm
sure others have written some too) that will transfer data between MV
systems and csv or fixed-width text files.

And PI always came with a data entry system called ENTRO iirc. I think
it comes with UV, so it probably comes with UD, but it's well old ...
but I always just use ED.

If you've got ENTRO, I'd actually think that might be a good starting
point! Shout for help by all means, but getting to grips with a new
database system - especially a different paradigm of database system -
is always tricky. I'll just give you a couple of play tips to get
started ...

CREATE.FILE MY.PLAY.FILE
ENTRO DICT MY.PLAY.FILE
ENTRO MY.PLAY.FILE
(Continue reading)


Gmane