|
Active Query Builder now has full support for Oracle SQL dialect!
We're glad to announce the new minor version of Active Query Builder. You can download the newest version from the download page.
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 - DOT ON SCREEN (2001-01-03 03:42:55)Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function
COLORREF SetPixel(
HDC hdc, // handle...
- 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...
- 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...
- 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...
- 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...
- HOW DO I GET A TOOLBUTTON TO DISPLAY A PICTURE FROM AN IMAGELIST? (2001-01-06 08:30:31)Just change "ImageList" property of your toolbar, and "InmageIndex" property of your buttons...
- DETECTING ACTIVE DESKTOP -- SYSTEMPARAMETERSINFO? (2001-01-07 06:06:54)I'll check this out and then accept as answer, cheers :)
- SAVING CURSORS? (2001-01-07 03:09:39)Well whenever I want to login I have to enable cookies - that's a bit annoying.
And people were able to enter their email addresses before as...
- EDIT BOX (2001-01-07 22:31:19)the first answere solves the problem but just in case you need something else
then instead of checkbox1.checked you can say
if ord(key) = 13 then...
|