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 can insert new data this way also:
"UniQuery also provides the MODIFY command, which enables you to enter or modify data in a UniData file." - Using UniQuery: pg 1-2
I can't get manage to insert new records this way, though.
Any advice is appreciated.