Questions tagged [uniobjects]

UniObjects refers to a family of database access API's from Rocket Software, enabling the .NET or Java developer native access to UniVerse and UniData data and functionality from within their IDE of choice.

UniObjects enables high-speed, native access to the U2 data servers - UniVerse and UniData for COM, .NET and Java as well as the U2 Java Persistence API (U2 JPA).

42 questions
0
votes
3 answers

Universe 9+ system, UniObjects (not for .NET) - How to convert examples from VB 6 to C#

I am working with a multi-value database that is currently using IBM U2 (now Rocket Software)'s UniObjects software to connect to a Universe 9.+ system. This is not UniObjects for .NET as put out by Rocket Software for Universe 10+ and 11+ systems.…
0
votes
0 answers

Where clause not accepting parameterized value but accept hard coded value in linq

In my MVC project, I am using EF where entities (edmx) are generated from Universe DB by making use of Rocket U2. After the edmx generation, I just felt like it will be the straight forward business of data retrieval with LINQ but it isn't as I…
Learning Curve
  • 1,449
  • 7
  • 30
  • 60
0
votes
2 answers

How to generate and understand a list of field names in a UniData table

I'm new to both UniData and Uniobjects so if I ask something that obvious I apologize. I'm trying to write a tool that will let me export contacts from our ERP (Manage2000) that runs on UniData (v. 6.1) and can then import them into…
Brad_S
  • 3
  • 1
  • 3
0
votes
1 answer

Two queries related in UniObjects for .NET

Context I have a interface in VB.NET that extract the data from the UniVerse using UniObjects for .NET Problem From the COB file I need to get all keys where the FEC.COB field is equal to a specific date and the field SEC is equal to 04. An expert…
Cristhian Boujon
  • 4,060
  • 13
  • 51
  • 90
0
votes
1 answer

GetSchema() throws UciException "*HS.OLEDBINFO" is not in the CATALOG space"

I installed UniVerse on the administrator account of a Parallels Windows installation. I subsequently created a second administrator account whose credentials I'm using to create the U2Connection. However, when attempting to call GetSchema(...) I'm…
ksigmund
  • 527
  • 1
  • 6
  • 13
0
votes
1 answer

UniObjects for Java read object code file

I am reading from a UniVerse database using UniObjects for Java using the UniFile.read() method. This is an example of the type of code I use for this. ... UniFile uFile = uSession.open ("ORDERS"); UniDataSet datasetRequest =…
Guy
  • 111
  • 9
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
2 answers

Speed up UniVerse access times using UniObjects

I am accessing a UniVerse database and reading out all the records in it for the purpose of synchronizing it to a MySQL database which is used for compatibility with some other applications which use the data. Some of the tables are >250,000 records…
Los Frijoles
  • 4,771
  • 5
  • 30
  • 49
-1
votes
1 answer

Can a remotely stored ASP app access a networked local machine?

I'm about to being developing an application that will connect to a Unix machine on a network (via internal IP). The machines that will be running this application already have access to connect to the Unix machine. If I develop an ASP.NET MVC Web…
Alex Hopkins
  • 872
  • 9
  • 11
-1
votes
2 answers

How do I search a string for an ASCII character in Jython?

I am pulling data from a database that uses the ASCII character 254 as the delimiter. I'm stumped as to how to search the string returned for the 254 and then create dictionary based on that? My python class import…
Norm
  • 659
  • 3
  • 10
  • 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