243 results found
-
Implementation of the new authenticatthod of newer Microsoft SSMS.
Implementation of the new authentication method of newer Microsoft SSMS:
* Active Directory – Universal with MFA support
* Active Directory - Password
* Active Directory - Integrated48 votes -
Over-the-Wire (OTW) encryption for InterBase 2009
Add support for Over-the-Wire (OTW) encryption for InterBase 2009
47 votes -
Forced sending queries to the server without parameters
Queries may be with or without parameters:
select *
from test_table
where id = :IDor
select *
from test_tableHowever some database servers execute queries without parameters faster than the same queries with parameters. An option (for example, AllowParams) may be added; if this option is set to False, all queries will be sent to a server as text.
45 votes -
Add savetoJSON to uniquery
As JSON more popular。
It's time to support JSON in uniquery.43 votes -
Executing SQL-Statement in Background (Interbase)
This will be controlled through an appropriate property.
42 votes -
Support of direct mode for SQLite in FreePascal (Linux)
With direct mode support external library is no longer needed - this reduce deployment complexity. In addition local database file can be encrypted - this is very useful in secured environment.
34 votes -
sqlmonitor
Enhance the SQLMonitor with params copy out functionality
32 votes -
Support interactive query builders
Add support for interactive query builders like TMS or Korzh query builder.
31 votes -
Creating a native provider for Paradox
BDE Replacement for Standard / Paradox driver
29 votes -
Make DAC errorors more clear
When an exception is thrown by a DAC product during startup of a project - like some SQL code cant execute, then the error code wont show what form and what object created the object. If I have project with 20 forms and hundreds of MyQuerys the errr "IdObject does not exist" is not very helpfoul.
28 votes -
XML as CLOB
Add possibility to work with с XML data type as with CLOB.
27 votes -
27 votes
-
26 votes
-
Creating a native provider for INFORMIX
One of best database server on market, with high performance and for multiple platforms.
And what is nice - now with free (slightly limited) version for commercial use (IBM Informix Innovator-C Edition) and free developer version.25 votes -
New property FlatADTView
Add new property FlatADTView (default false for not changing standard behavior of TOraQuery) for showing fields separately in ftADT field in Object View mode.
Example:
CODE: SELECT ALL
create or replace type ComplexType as object(
x varchar2(100),
y varchar2(100)
);/
OraQuery1.SQL.Text := 'select ComplexType(CODE, name) A from TEST';
OraQuery1.ObjectView := True;
OraQuery1.FlatADTView := True; (new property)
OraQuery1.Open;And I want to see:
CODE: SELECT ALL
A.X | A.Y
1 | 2
3 | 4
like OraQuery1.ObjectView := False but this variant friendly for collections datatype.25 votes -
Add a way to turn off active sorting without losing the current sort order (ODAC lost this feature.)
ODAC has always allowed clearing IndexFieldNames without reverting to the original sort order. The ability to sort a dataset and then turn off active sorting is very useful (and necessary for editing a sorted dataset in a grid component.)
24 votes -
New Function to UniDac (Save\load to JSON and CSV)
Uniquery,VirtualTable, etc..
add new functions
SaveToJSON
SaveToCSVFor TVirtualTable
Add new functions
LoadFromJSON
LoadFromCSVSo the weight of transfered data would be much LOWER then transfer an XML file...
23 votes -
Create a property in the session objects that shows that a statement is current running in a thread!
This is helpfull in a multi threaded environment to see if a statement is running in an other thread.
When this is the case any statement in the main thread should not run, because in this moment the main app will be frozen.23 votes -
Extract table metadata information
Extract a whole table metadata information, like ibx / IBExtractExtractObject.
It's useful for example replicate a table.22 votes -
Creat Native "Conection Lost Problem" Events and Alerts
Creat Native "Conection Lost Problem" Events and Alerts
that Unidac by it self can detect the problem in Network and produce
costumizeble Notifications...22 votes
- Don't see your idea?