11 results found
-
Firebird 3 Database Encryption Support
In Firebird 3.0 release there is an option to encrypt the whole database (http://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-security-encryption.html).
For the encryption of the database you need a plugin (like this one that is working with AES128 from https://www.ibphoenix.com/products/software/encryptionplugin).
To open an encrypted database you just have to send the encryption key via a callback function "setDBCryptCallback" to the Firebird server.
My idea is if it's possible that the IBDAC component would be upgraded with the functionality to automaticly pass a setted "encryption_password" parameter (maybe there will be a need to have also a paramter for setting the Encryption library).
If you…102 votes -
Add native client for postgresql connections
Allow the choice between direct connection and native client for postgresql as is done in Oracle. Android ground connection (direct mode), desktop (client native) to be 3 to 4 times faster
5 votesSend us to our support using the e-support form ( https://www.devart.com – menu «Support»\«Request Support» ) a sample where native client is faster, we will investigate it and if it is so, we will improve the Direct mode performance
-
Cache Functions / CacheInsert, CacheEdit, CacheDelete
To implement a set of DataSet Cache functions that allow manipulation of internal cache records without sending any statements to server.
198 votes -
New version for Odac
Delivery a new version of Odac with just 2 classes, TOraSession and TOraQuery. That product would be more dry out and more cheap, reaching a biggest number of users.
2 votesOraQuery allows execution of both SQL Query and StoredProc, as well as many other things, therefore there is no essential difference between the edition with TOraSession and TOraQuery and the Standard Edition. So if you need a cheaper edition, you can use the Standard Edition.
-
Delphi 5 support in PgDAC
Delphi 5 support in PgDAC
0 votesWe have discontinued support for Delphi 5
-
Transaction Customized = more flexibility to the programmer
In FIBPlus we can make transactions customized
using keywords as:
read, write, wait, no wait, etc... all in custom menu for Transaction object
1 voteSuch functionality is implemented in IBDAC.
Here is a code example:
IBCTransaction.IsolationLevel := iblCustom;
IBCTransaction.Params.Clear;
IBCTransaction.Params.Add(‘wait’);
IBCTransaction.Params.Add(‘read_committed’);
IBCTransaction.Params.Add(‘rec_version’);The same can be done in the desing-time using the transaction component’s designer form.
-
1 vote
Description is missing
-
para fazer testes e simulações
fazer testes e simulações de banco de dados na faculdade e em case.
1 votePlease write suggestions in English, in order to avoid translation mistakes.
-
1 vote
-
Better ODAC Locate() functionality
Currently a call to Locate pulls back all the data locally, and with large tables this can take an extremely long time.
14 votesThe Locate method is designed for local search only
-
Comare DataBase
1.Improve TUniMetaDATA, i can exports Table Structs Or Index SQL Scripts.
2.Comare DataBase,So we easy to upgrade DataBase!
15 votesWe have special products for these purposes:
http://www.devart.com/dbforge/sql/schemacompare/
http://www.devart.com/dbforge/mysql/schemacompare/
http://www.devart.com/dbforge/oracle/schemacompare/
Please check them out.
- Don't see your idea?