Learning UniData Requests

We have an IBM UniData server. I just installed UniObject.net. It looks like you are just issuing unidata requests through .net classes.

Where can I learn the query language / syntax and work with UniData in general? What books, sites or videos do you recommend?

+3
source share
4 answers

The best resource would be the Rocket Software UniData library .

Rocket U2, UniData UniVerse IBM. UniData. , UniQuery, UniQuery .

, , , UniData, . - , , , UniData, .

+4

, = "7" ZIP

verb = SORT table = filter = IF HATSIZE = "7" ( order = BY SHOESIZE ( ) display = ID NAME CITY STATE ZIP ( , )

, TABLE ( FILE) CUSTOMER . CUSTOMER ( /), HATSIZE SHOESIZE NAME CITY STATE ZIP.

:

, ORDER.LIMIT > "12,000.00" "" BY-DSND ORDER.LIMIT BY ZIP ORDER.LIMIT ZIP NAME STATUS

$12 . ORDER.LIMIT, , , .

+1

Source: https://habr.com/ru/post/1719287/


All Articles