71 results found
-
TUniLoader with Firebird - automaically calulate maximal value for RowsPerBatch
For Firebird the possible value for RowsPerBatch depends on the number of rows in the table because the maximal length of an SQL statement is 64KB.
For RowsPerBatch=0, UniDac should calculate the maximal possible value itself.2 votes -
68 votes
-
Allow Joined tables' columns to be updated in TDBGrid, as ADO allows
When using TADOConnection / TADOQuery to create datasource for TDBGrid, columns from main tables as well as joined tables may be edited in the grid. With TUNIxxx components, only the first table in the query can have its columns updated in the grid.
1 vote -
TUniMetaData data-types
the TUniMetaData data-type field now returns different data for different databases - Example:
currently for MySql it returns a string e.g. 'float'
but for MS SQL server it returns a number: e.g. 5 (for float fields)so the recommended improvement is to add a new field to the result that returns a string representing the native database type.
this feature is useful if you want to show a list of columns including data-types to the user - it can also be used to generate a create script, etc.
6 votes -
dbMonitor shows string fields as <BLOB:19> Should show the actual data
dbMonitor, which is a great feature, shows any string values as <BLOB:19> instead of the actual data in that field. This might only apply to postgresql
3 votes -
Migration Wizard (Strip the .DB from tablenames if Paradox)
When converting from Paradox to SQLite, I ran into 2 problems.
1) the TableName.DB I used in paradox does NOT have a .DB ending in the actual tablename...
2) The data module where the "database1" was declared for the TUniConnection was not included in the files, and then the connections were not set to them. I had to open all the forms and remove the .db and set themI think that the Migration Wizard should handle those better...
1 vote -
Simple Example Code for the components
Put some simple sample code into the help/demos files, that must be great. some times that be very usefully
4 votes -
Please update the help file
Please update the help file, and try to be more explicit on the definitions
7 votes -
The ability to create views with identical field names.
It will not take over the identical field names of a view. If multiple fields have the same name located in different sub-tables of this view.
1 vote -
Create driver/components to work with neo4j or orientdb
There are some great uses for graph databases and the Delphi desktop world would benefit greatly
17 votes -
Manually parse SQL for MBCS strings
Manually parse SQL for MBCS strings.
Latest UniDac MBCS specification is not full compatible with BDE/DBX(Delphi Ansi version).
and issue parse exception by mistake and macro function character at not ParamCheck.
and this exception is difficult to understand the cause.
(I have send details to support already)Please add the following property/Event.
- SkipParseSQL property
- OnBeforeParseSQL
- OnSQLParseError
3 votes -
TMyTable - Please add SORT function :-(
I'm cobnverting from ADO to MyDac...and the tables don't have a SORT function.
1 vote -
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 -
Add functionality to allow compacting a Jet 4.0 (Access) database
Currently it is not possible to use UniDAC to compact an existing Jet database.
2 votes -
UniDac should support ElevateDb
ElevateDb is a powerful embedded and C/S database and should be supported by Unidac. It has been around for years and has many features found in PostgreSQL, like bi-drectional replication.
10 votes -
FilterOnBookmarks-Functionality like in ADO
Realize FilterOnBookmarks-Functionality like in ADO for better / easier Migration Projects from ADO.
20 votes -
Create UniAlerter support for DB2
UniAlerter - is a component to receive notifications from DB server.
Currently UniDAC supports Interbase, Oracle and PostgreSQL in UniAlerter.
It will be great if UniDAC could support IBM DB2 (module DBMS_ALERTER) in UniAlerter component.10 votes -
TUniSqlMonitor - дозапись в файл
RUS
Предлагаю добавить у компоненты TUniSqlMonitor возможность указать имя файла, чтобы компонента сама всё писала в этот файл. Без использования события OnSQL.ENG
I propose to add a component TUniSqlMonitor the ability to specify the file name to the component itself is all written in the file. Without the use of event OnSQL.5 votes -
Native driver for Filemaker Server database
The only way to access a Filemaker Server database is via ODBC, which is not supported in iOS. There is a large installation of Filemaker databases out there, backed by Apple, and with the increasing market share of Mac, iPad and iPhone, it will likely gain in popularity.
3 votes -
Improve the unified sql structure and macros
Extend the actual unified sql structure and macros to stored procedures, functions, views etc. to be able to create applications truly database independent.
more info at
http://www.devart.com/forums/viewtopic.php?t=15057&highlight=7 votes
- Don't see your idea?