Tagged Questions

2
votes
2answers
540 views

How to do a UniData Case Insensitive Search with Uniquery

Unfortunately I have to do some interaction with IBM's UniData database system. I am doing this from c# code with UniObjects for .net. I am building an ASP.NET search page that has a single search ...
2
votes
1answer
760 views

Where to get UniObjects for .NET?

I hate IBM's site. It is extremely hard to find anything on there let alone try to find it twice! I'm looking for the UniObjects for .NET. I did find the below files and have installed them (can't ...
1
vote
0answers
73 views

Multiple threads accessing UniData from UniObjects.NET throws UNI RPC error

We've been using UniObjects.NET without issue until we started using it with BizTalk which is a multithreaded product. The issue is the error below. This error only happens on the 2nd thread (and ...
1
vote
1answer
66 views

How do you change the UniObjects.NET mode from using … to using [ and ]?

How do you programmatically change the UniObjects.NET mode from using ... to using [ and ] when using the query command?
1
vote
1answer
275 views

How To Insert Data into UniData using UniObjects for .NET

I am working on inserting data into our UniData server from .net. I have successfully updated an existing record using UniQuery by using the Modify statement. And according to the documentation, I ...
1
vote
1answer
101 views

UniTransaction throwing NullReferenceException

I'm trying to begin a transaction however on calling the .Begin() method throws a NullReferenceException and the stacktrace shows that it is coming from ...
1
vote
2answers
462 views

How to secure UniData session using UniObjects for .net

How do you secure a UniData session using UniObjects for .net? The documentation is severely lacking. The UniObjects for Java documentation has a whole chapter on SSL. EDIT The UniObjects .net ...
1
vote
3answers
678 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 ...
1
vote
3answers
735 views

UniData Data Access Products for .NET

I am doing some research about how to access data in a UniData database from .NET code. From what I have found, I can use UniObjects for .NET and U2.NET. I have also found this information, which I ...
0
votes
1answer
270 views

Parsing command output in .NET

I want to connect up to a database server in my .NET app and execute a database command that produces a series of database statistics. The problem is that it doesn't return the stats in a structured ...