Questions tagged [unidata]

UniData is an extended relational database and integrated development environment. It is part of the MultiValue Database family. It features its own query language called UniQuery and programming language called UniBasic.

UniData is an extended relational database and integrated development environment. It is part of the MultiValue Database family. It features its own query language called UniQuery and programming language called UniBasic.

UniData was originally developed by the Unidata Corporation for embedding in vertical software applications, but after several acquisitions, including by IBM, it is now owned and developed by Rocket Software.

References

UniData V7.3.x Manuals
U2 Developer Zone
Code examples on github
U2 Users Group

127 questions
0
votes
0 answers

PHP communicating with UniData Database

I want to write a PHP script that can retrieve information from UniData Database which is hosted on a different server. I came across this script: HostName = "192.168.0.1"; …
Jia-Luo
  • 3,023
  • 5
  • 16
  • 17
0
votes
1 answer

UniObjects .Net not returning any XML

Just looking for some pointers really as I am totally new to UniData... I am after pulling a table (if that is the right terminology??) from a UniData DB. The easiest way it seems is to do this using XML, which seems to be built in to the UniObjects…
kaigoh
  • 500
  • 3
  • 11
0
votes
1 answer

Are User Defined Functions supported in UniData

Currently investigating migrating from mvBase to Unidata and would like to know if User Defined Functions are supported as I cannot see this in the documentation I have downloaded? e.g I have DATABASIC program with something like A =…
-1
votes
1 answer

How to upload file to Amazon S3 in UniBasic/UniData using the REST API, AWS Signature Version 4

I need to upload file to AWS S3 service, in UniBasic/UniData. The requirement is to call Amazon S3 HTTP REST API directly in UniBasic, using AWS Signature Version 4. Any examples out there?
-1
votes
2 answers

Select query from view in Unidata

I want to perform the below SQL in Unidata Select tab.col1, tab.col2 from (select col1, col2 from table1) tab; Please help me for Unidata database
-1
votes
1 answer

Unibasic/ Unidata query

How can we select the most recent record for the unidata queries. Is there any function or command we can use? I have data as Student Term Program Term_Start_date 1, 2018Fall , ABC, 08/01/2018 1, 2018Spring, MATH, 01/01/2018 1, 2017Fall, HIST,…
Madhu
  • 367
  • 2
  • 7
  • 20
-2
votes
1 answer

migrate unidata database which is multivalue to sql using dotnet code

i want to migrate unidata database which is multivalue to sql using dotnet code.IS this possible,one of the possibility is through SSIS but this will consume lot of time becouse we have to do ETL process to all the tables in DB .So was looking for a…
Ayesha
  • 1
  • 1
1 2 3
8
9