Tagged Questions

"Multivalue database" is a newer name used by many in the Pick community for what was originally called the Pick database. You can read all about Pick here http://knol.google.com/k/fft2001/pick-operating-system-portal/mbasj7lzroyk/35

learn more… | top users | synonyms

3
votes
2answers
550 views

UniVerse learning materials

I've recently come in contact with a proprietary descendant of UniVerse. Does anyone know where I can get a good tutorial or brush up on the syntactic quirks of its more popular parent? I can't figure ...
3
votes
6answers
599 views

Multivalued Fields a Good Idea?

I have recently been introduced to the new Access 2007 feature which is multivalued fields. My initial impression is that it is a bad idea to make use of multiple values in a single field. ...
2
votes
5answers
917 views

UniVerse RetreiVe how do I query a file for all of its columns' values?

Kind of a follow up to my self-answered question about finding the column names. In UniVerse you can't query a file for all of its columns unless the @ phrase in your file's dictionary is set to all ...
2
votes
1answer
527 views

jBASE 4.1 Database Noobster Questions

I am a software developer with devlopment experience in C#, C++ .Net alongwith SQL Server 2005/08, Oracle and mysql. But somehow i dont get jBASE to work at Windows XP SP3 machine. My goal is setup ...
2
votes
2answers
154 views

Pick and RDF/SPARQL

Anyone have any interest in intergrating RDF and/or SPARQL with a PICK database? Has anyone tried this yet? I have some thoughts about what to try. One idea is to figure out how to create a file with ...
2
votes
4answers
705 views

Learning to query UniData

We have an IBM UniData server. I just installed UniObject .net. It looks like you just issue unidata queries through the .net classes. Where can I learn the query language/syntax and to work with ...
2
votes
2answers
516 views

IBM U2 (UniVerse 10.2) - Create Schema - How

We have a traditional UV account. Data files in one directory, application programs & subroutines in another directory. Our latest projects is implementing JDBC and in order to fully access the ...
1
vote
2answers
87 views

A way for c++ code to access records from the UniVerse database?

I know there is some kind of connection between .NET and UniVerse, by using UniObjects. But I believe that obligates use of .NET, and C# or VB.NET. Also, I know by reading UniVerse manual that ...
1
vote
2answers
177 views

Constants in pick/UniVerse database

How to declare a constant value in PICK/UniVerse database? How to pass an argument to a function by constant reference? There is some information in the IBM's manual for UniVerse database about ...
1
vote
4answers
432 views

Pros and Cons of Multi-value Databases

I've just started a new job where I'm going to have to do a fair amount of work with a multi-value database (UniVerse). What little database experience I have is in relational databases (SqlServer) ...
1
vote
3answers
157 views

Freeware for browsing Multivalue databases/Unidata

I'm looking for some free software to let me browse through the files/records in a Unidata server. I found a program several months ago, but have no idea what it was called or where I found it.
1
vote
4answers
539 views

How do I find the column listing in UniVerse with RetrieVe or SQL?

I've got an issue where a table (file) is set up to return column foo on LIST table and SELECT * FROM table. I need to know the other possible columns in table. I'm pretty sure this was achieved by ...
0
votes
3answers
150 views

UniVerse database | catalog command line parsing error

I am new to Universe-database trying to publish my SUBROUTINE compiled at universe-database version (11.1 and 10.1.5) successfully at windows and Linux. Publishing SUBROUTINE command CATALOG ...
0
votes
2answers
362 views

U2 Basic Developer Toolkit

Does anyone here run the Basic Developer Toolkit with UniData 7.1? Even though the IDE was released with UniData 7.2, I was given the impression that it works fine with 7.1. However, when opening up ...
0
votes
2answers
636 views

Multi-valued Database (UniVerse) — SM (MV) vs SM (VS) and ASSOC()

I have a question taken from pg 16 of IBM's Nested Relational Database White Paper, I'm confused why in the below CREATE command they use MV/MS/MS rather than MV/MV/MS, when both ORDER_#, and PART_# ...