41 results found
-
Add static binding for the SQLite provider
Current we need to deplay the sqlite.dll. With static binded sqlite-functions we don't need to deplay another file. Also it could better suported, because there is always the same version. But only make it a "fallback"-option, so that own dll's can also be used.
19 votes -
ConnectionDialog improvement (SQL Server)
Add possibility to use OS Authentication
19 votes -
FIB
Make migration wizard from FIB
18 votes -
Support for FileStream storage SQL Server 2008
Add support for FileStream storage SQL Server 2008
16 votes -
Steal TOraSession password and crack database SERIOUS SAFETY PROBLEM
There is a very serious safety problem in ODAC: in runtime a hacker can steal the database password, user, server parameters and can crack your database. Only needs to steal theese data: download and run userdump.exe from
http://www.microsoft.com/en-us/download/details.aspx?id=4060
than save the memory into a file. This dump file containts the password, user and server properties of TOraSession.16 votes -
ConnectionDialog improvement(Firebird)
Add possibility to use OS Authentication for login to Firebird database
16 votes -
ConnectionDialog improvement (MySQL)
Add possibility to choose whether to use Direct mode.
10 votes -
Add support for spatial data and other object data types to direct TCP/IP
Support MDOSYS spatial data with direct TCP/IP connectivity.
9 votes -
7 votes
-
MSSQL Server Provider/Connector for iOS, MACOS and Android
Need a UniDac provider/connector for FireMonkey that support MSSQL Server.
6 votes -
Direct mode for SQlite for all platforms (not only Windows)
Currently direct mode is only supported in Windows for the UniDAC Sqlite components. In my project I need all platform to be supported.
This would help a lot.6 votes -
4 votes
-
Replacement for BDE TTable.EmptyTable
the BDE TTable-EmptyTable deletes all records of the table (e.g. Oracle trunc table)
3 votes -
Support for DML arrays with LOB data type
Add support for DML arrays with LOB data type
3 votes -
Add Expression IN('a,'b,'c) availabiltiy in TMSQuery (SDAC) to filter property
Can the use of the IN() command be available in the filter property of the TMSQuery (SDAC) component? ex. EmpID IN('a','b','c'). This is available in the filterSQL property, but not the filter property.
Thanks
3 votes -
IBDAC: Manually assign RecordCount property for faster performance
Add the ability to manually assign the RecordCount property (in an Event) to improve performance when working with large data sets.
3 votes -
Encryption of UniDAC SQLite - support for ALL platforms
I started a new project with UniDAC 6.01 and SQLite and I found out that the encryption support is only handled in Windows 32bit. I would like to have this possibility for all platforms: iOS, Android, MacOS and Win64.
3 votes -
Return NULL output parameters as NULL, not as Unassigned
Now, all NULL output parameters has Value = Unassigned (although MSSQL returns NULL), if i want to pass this value to procedure that distinguish NULL and Unassigned, i should write IF THEN expression:
if Prm.IsNull then MyProc(Null) else MyProc(Prm.Value);
instead of simple MyProc(Prm.Value);3 votes -
Support for ApplicationName for PostgreSQL 9.0
Add support for ApplicationName for PostgreSQL 9.0
2 votes -
Support Oracle Cloud Service (DBaaS) using Secure Connection
Enable connection in ODAC/UniDac in direct mode to connect to Oracle Cloud Service DBaaS using the secure connection,
1 vote
- Don't see your idea?