Active Query Builder Component now supports Oracle SQL dialect!


ActiveDBSoft is glad to present the new version of Active Query Builder - a visual query builder component suite for Borland Delphi and C++ Builder which gives your end-users the ability to create complex queries with unions, subqueries and nested joins via the intuitive visual interface.

What's new in Active Query Builder 1.1?

- Oracle dialect supported (versions from 7 to 10) (TacOracleSyntaxProvider).
- New metadata provider for Core Lab Oracle DAC added (www.crlab.com/odac).
- New metadata provider for Core Lab MySQL DAC added (www.crlab.com/mydac).
- Added optimization of arrangement of tables within the FROM clause to avoid CROSS JOINs.
- Fixed bug with wrong quotation of SQL Server function names.
- MySQL InnoDB tables weren't linked automatically. Fixed now.
- Several minor bugfixes and improvements.

Related Discussions
  • HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)
    This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process. Try...
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)
    I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help... Q
  • HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)
    How to make it run as if you were running it outside of Delphi. Tools | Debugger Options --> Language Exceptions. Their is a checkbox titled...
  • REPEATING FUNCTIONS (2001-01-04 09:46:34)
    The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
  • HOW TO CALL A FUNC IN A DLL WRITTEN BY DELPHI IN VC6.0? (2001-01-11 06:36:48)
    Mr williamda: Thank you.I am sorry I can not accept your answer.I specify the "stdcall" for my function and I don't use 'string' type. I can...
  • HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)
    I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
  • TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)
    I did something like this. I wrote a fully operative phone- based banking applciation in two days using VisualVoice and Dialogic cards. However,...
  • HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)
    Use : Begin if RepForm=Nil then RepForm:=TRepForm.Create(Application); End;
  • QUERY PARAMETER QUESTION...? (2001-01-04 22:44:03)
    there are two parts first is writing the script with variable and another is using bind variable eg- for first you can say query1.sql.text...
Latest News
Submit News Form Past News
Latest Forum Entries