Tagged Questions

1
vote
3answers
38 views

Sanitize Input for Unidata

Can anyone provide a function to sanitize input for a UniData query? Or provide a list of things to remove?
1
vote
2answers
62 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
1answer
67 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 …
0
votes
3answers
70 views

Learning to query unidata

We have an IBM Unidata server. I just installed UniObject .net. It looks like you just issue unidata queries through the .net classes. Where can I learn the query language/syntax and to work with …
0
votes
2answers
134 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 …
6
votes
15answers
522 views

Any PICK programmers on stack?

I work in a shop that is divided into two types of programmers. Programmers that code in .net & sql and programmers that code in pick. Actually, a few of the programmers are writing code in both …
0
votes
5answers
320 views

College Software Development: Getting Data out of Datatel/Colleague

I work for a community college in North Carolina. Our most central repository of data is a software system called Datatel, aka Colleague (why it has two names, I don't know). In our case the …
1
vote
1answer
153 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
3answers
168 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
192 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 …