Questions tagged [uniquery]

UniQuery is the database query language supported by UniData.

UniQuery is the database query language supported by UniData.

Useful links:

20 questions
0
votes
1 answer

Code for UPDATE and DELETE in delphi uniquery

I'm trying to update and delete my record. I'm using dbgrid as to show the database and i use uniquery to do the query. I managed to do the insert query but not with the update and delete. Here is my code : unit Unit1; interface uses …
Rod
  • 53
  • 1
  • 1
  • 5
0
votes
1 answer

XE6 TUniQuery Insert Into with SubSelect

I working in a VCL project. I'm populating a TUniQuery with a Insert that uses a sub select. Looking at the MySQL log file, I can see the command is hitting the database. There are no errors or exceptions being reported and everything seems to be…
James Oravec
  • 19,579
  • 27
  • 94
  • 160
0
votes
2 answers

How do associations, @NS and @NV work in UniData Dictionaries?

Does anyone have a quick example of how Associations, @NS and @NV work in UniData? I’m trying to work out associations in dictionary items but cannot get them to do anything. For example, in a record <1,1> = A <1,2> = B <2,1> = Apple <2,2> =…
Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
0
votes
1 answer

How to customize DBAdvGrid Columns in order to display data from database?

I am trying to display data from database table into DBAdvGrid so that first column will show only checkbox, while other 3 columns will show label, description and image field from database table. I am using UniConnection, UniQuery, UniDatasource…
Ninad Avasare
  • 333
  • 2
  • 7
  • 20
0
votes
2 answers

Class TLargeintField not found

I'm using C++ Builder 2009. I've been doing some international work on one of my projects. I've upgraded my query components to UniQuery components and all of my db connections to UniDAC. Now when I run my program, some of the forms will throw some…
James Oravec
  • 19,579
  • 27
  • 94
  • 160
1
2