UniVerse is an extended relational data server with easy-to-understand data modeling that uses XML-like data structures to allow developers to quickly create embedded solutions. UniVerse delivers a high-performance, highly scalable, easy-to-use database offering for rapid deployment and rapid return on investment.
Questions tagged [universe]
166 questions
3
votes
1 answer
Connect PHP to UniVerse ODBC DSN
I have what seems a simple question, but I just cant get php to connect to my ODBC DSN.
I have a webserver with an ODBC DSN configured properly, I can test the connection and it works just fine.
I am now trying to connect PHP to this DSN.
MYDSNNAME…

evade
- 139
- 2
- 14
3
votes
5 answers
UniVerse RetrieVe 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 of the tables columns. If it isn't, how do you…

Evan Carroll
- 78,363
- 46
- 261
- 468
3
votes
1 answer
Scalar functions with UniVerse ODBC driver
I am using the UniVerse ODBC driver to pull data from our transactional system to SQL Server 2008. The ODBC driver is installed on Windows Server 2003 and it works fine. I am trying to find some help on the syntax for writing the scalar functions…

rvphx
- 2,324
- 6
- 40
- 69
2
votes
1 answer
Rocket UniData/UniVerse: ODBC Unable to allocate sufficient memory
Whenever I tried using pyodbc to connect to a Rocket UniData/UniVerse data I kept running into the error:
pyodbc.Error: ('00000', '[00000] [Rocket U2][U2ODBC][0302810]Unable to allocate sufficient memory! (0) (SQLDriverConnect); [00000] [Rocket…

Kagiso Marvin Molekwa
- 915
- 1
- 9
- 25
2
votes
3 answers
Universe OCONV argument for zero-padding
I'm looking for some argument (ARG) such that this code:
A = 5
B = OCONV(A,'ARG5')
PRINT B
will print to the screen
00005
Anybody know something which will do this for me?

Charles
- 355
- 1
- 2
- 12
2
votes
2 answers
How to get the smallest date value using SELECT on TCL from a file?
Is there a way that I can get the smallest date value without SORT and DESC, through SELECT only?

aisha
- 87
- 7
2
votes
1 answer
Possible DB.TOXML bug? (UniVerse 11.3.1 on AIX)
Based on my understanding of the XMAP specification relative to DB.TOXML, the following XMAP represents a simple object model containing two child tables with the same parent table.
The command DB.TOXML CUST_ACT.XML XMAP_CustomerActivity.XML…

spencer741
- 965
- 1
- 10
- 22
2
votes
2 answers
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 filename HELLO
I am using universe 11.1 at windows and…

ranjit
- 51
- 1
- 9
2
votes
2 answers
Is the maximum size of an item in a type 19 file configurable?
A WRITEBLK command fails when the item reaches 2GB in size (item is truncated to 2147483647 bytes).
Using cat I was able to create an item larger than 2GB in the same directory, but opening it in UV gave a corrupt (negative) value for STATUS<4>…

Ross Morrissey
- 141
- 1
- 4
2
votes
2 answers
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 UniVerse can call C/C++ code from within UniVerse, but…

Code_So1dier
- 921
- 1
- 6
- 15
2
votes
3 answers
Call UniVerse Command from Shell
I have a UniVerse (Rocket U2) system, and want to be able to call certain UniVerse/TCL commands from a shell script. However whenever I run the uv binary it seems to stop the execution of the rest of the shell script.
For Example if I…

Jon
- 1,820
- 2
- 19
- 43
2
votes
1 answer
Why am I getting a 'No module named OpenAI' Import error?
so I was trying to make a bot to train on one of the environment of Universe and on running it, I am receiving the error (ImportError: No module named universe). Help me understand what this is and how I can fix it.
My code -
import gym
import…

Sayon Bhattacharya
- 33
- 1
- 3
2
votes
1 answer
Rocket Universe & Unidata File
This is just for clarification, know exactly what a qpointer is but today in a meeting the concept of a dpointer was raised. Anyone know what a "D" pointer refers to? Never ever heard this term before.

ScaryMinds
- 335
- 3
- 11
2
votes
1 answer
Universe basic convert a select list to an array?
I have one major select list in a program
EXECUTE 'SELECT PRODUCTS WITH DEL.DATE <= "':EOM.DATE;'"' CAPTURING OUTPUT
I then want to covert the select list to an array, is there a Universe basic function to do this or do I need to write a function?

ScaryMinds
- 335
- 3
- 11
2
votes
3 answers
U2 UniVerse: update a multivalue field
I have a DICT that is set as a multivalue. When opening TCL, and doing an UPDATE DICT.FILE SET Blah = 'Y' statement, I get the following error:
Correlatives are illegal for UPDATE, column "Blah"
How can I update a specific attribute in a multivalue…

vinco83
- 467
- 1
- 4
- 16