Tagged Questions
The universe tag has no wiki summary.
3
votes
2answers
519 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 ...
2
votes
5answers
873 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
2answers
507 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 ...
2
votes
3answers
781 views
What is the best way to handle authentication in ASP.NET MVC with a Universe database?
We use an IBM database known as Universe that holds all of our user id's, passwords, and profile information in a table called USERINFO.
Can I use the Membership Provider to connect to this ...
1
vote
1answer
64 views
I Descriptor Length
In UniVerse, I am trying to convert a ZIP+4 to just a 5 character ZIP. I have set the output length for my new field to 5 and it displays the ZIP in 5 characters, but I still have an issue when trying ...
1
vote
2answers
81 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
1answer
187 views
Why does Uodotnet with Connection Pooling timeout?
We're trying to get connection pooling working with uodotnet and currently failing miserably. When we turn connection pooling off everything works as expected, but when we turn it on we often get ...
1
vote
2answers
170 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
411 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
345 views
Why do I get an ArrayIndexOutOfBoundsException in my JDBC connection?
I am new to Java and I am attempting to use JDBC to connect to an UniVerse database. I'm using Sun Java 6 JDK to using NetBeans to build the project. My simple test below builds however it gives the ...
1
vote
0answers
904 views
Using MinHash to find similiarities between 2 images
I am using MinHash algorithm to find similar images between images.
I have run across this post, How can I recognize slightly modified images? which pointed me to MinHash algorithm.
I was using a C# ...
1
vote
1answer
559 views
UniObjects for .NET - Reading and Writing UniVerse Files
Our organization is using UniObjects for .NET but the CD seems to have gone missing. I need to figure out how to read and write to and from files in Universe. Please note the program is written in ...
1
vote
4answers
514 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 ...
1
vote
3answers
299 views
XDOM API in UniVerse
I am building an xml parser and constructor using the XDOM functions in UniVerse 10.1.0. Things are going fine until I get to use the XDOMAddChild function. I can add single elements fine using the ...
1
vote
3answers
662 views
UniCommand differences for UniData
I'm new to the world of UniObjects as I've been in .NET land since it debuted. After building a simple app to return the select list of a UniCommand statement I noticed that there are some major ...
0
votes
1answer
21 views
Linux dropping escape characters
We are migrating our UniVerse application from AIX to Linux. After moving, all is good except print files that contain escape characters (char(27)) are losing the escape character and printing flat ...
0
votes
3answers
131 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
1answer
504 views
Does SAP BusinessObjects require a Universe for relational database?
Goal: I wish users to be able to directly connect to a RDBMS (e.g., MS SQL Server) and do some queries with possible cross references.
Tool: SAP BusinessObjects XI Enterprise
Description:
The main ...
0
votes
2answers
720 views
ASP.NET 3.5 Stateless Session Managment and connection pooling?
I am designing an ASP.NET (3.5) web application that connects to a Rocket Software UniVerse database. I am in the planning stages right now and need some help in being pointed in the right direction. ...
0
votes
2answers
618 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_# ...
-2
votes
0answers
10 views
Freeware/Shareware/Open Source or very low cost Query / Report tool for UniVerse DB
We are lookin for a free or very low cost Query tool for Rocket Software's UniVerse database (formerly owned by IBM). A simple report generator that could export from UniVerse to Excel. Does anybody ...