246 results found
-
Add support Transaction Guard (Oracle 12c New Feature) in ODAC
Add support Transaction Guard (Oracle 12c New Feature) in ODAC
8 votes -
MyBackup
Backup procedure takes lot of time.
And user have no visual response. In large databases it takes minutes.
Why there is no OnProgress event to visually show estimated time with progress bar ?8 votes -
Clear all terminated processes button for DBMonitor
Quite simple, just add another button and menu item to clear all terminated processes, rather than just repeatedly clicking the current button.
9 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 -
Add support for asynchronous queries for MySQL based on i/o completion ports technology
There is no Delphi solution for accessing MySQL database optimized for performance on heavy loaded servers.
12 votes -
Eliminate parethesis when using AddWhere
I would like complete control on how the parenthesis are added to the where clause. The way they are added now, it can result in a where clause that won't return what you're looking for.
1 vote -
TMyTable - Please add SORT function :-(
I'm cobnverting from ADO to MyDac...and the tables don't have a SORT function.
1 vote -
populate fields inside watches window
It would be great if I can simply right click on a table component (TIBCQuery in case of IBDac) and choose a command to display list of fields and select some of them or all then after press on ok all these fields added to the debugger watches window in format of <module>.<table>.FieldByName('Field_Name').As<Proper Data Type>
This way I can quickly add watches for many fields from as many tables as I want at a single click and debug become more easier and faster
3 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...25 votes -
Add threaded module to connect and performce SQL operations inside thread
Currently when I tried to perform some SQL operation like connect or use filtersql for table the db bound control flashes and I get many errors like "system out of resource" , etc...
I wish to see IBDac add a new special module to use as a holder for the IBDac components. this module can work inside a second thread but at the same can be bound to the main thread VCL UI controls....is that possible ?
6 votes -
Display Computed fields values and exclude from SQL Generator
I really like to see a new option in the TIBCQuery component to display the computed field automatically like the option defaultvalues
Also to exclude all the table computed fields from insert and update SQLs automatically when using the SQL generator tab in TIBCQuery so I dont get errors about modifying read only dataset
This small enhancement but will boost development time
thanks
Seems8 votes -
Direct connection to 3050 Firebird port for IBDAC
IBDAC should be able to connect directly to Firebird servers talking directly to port 3050 like ODAC does for Oracle. This would allow us to run our apps without installing Firebird client dll. It would also allow us to connect to Firebird Servers from iPads, iPods etc. (especially now that XE4 is out)
69 votes -
13 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 -
Faster access and less trafic over internet en lan
You should implement a feature to avoid moving a lot of records over the network. The components should keep a record position pointer.
So if a dbgrid is 20 lines (the system should read only 20 records en send 20 records over the internet of lan. At next page, read the next 20 records and at page back read the 20 previous records.
It is a feature that is present in ElevateDb and Anydac.
I am very happy with your components and I know we can set the number of records to return, but the described option should be a…14 votes -
IBDAC - is there multiple overlapping transactions support ?
inidac page claims multiple transaction supports. IBDAC is rumored to be slcie of UniDAc but it does not claim overlapped and evenmere nested transactions support at http://www.devart.com/ibdac/features.html
I think that should be stated clearly whether this feature been removed from IBDAC or stays there.
1 vote -
Add Support TUniAlerter (Events Handle) for MySQL
Full Support TUniAlerter for events handling for MySQL Database.
17 votes -
unidump
When using mySQL as the provider it is possible to add drop and create table statements to the "backuptofile"-file. This option is not possible when using the Microsoft SQL server provider. Could you please add this option ? :-)
12 votes -
Implement Compact, Repair, Shrink, Verify to SQL Server Compact database
I would like to see SDAC implementation of next methods to SQL Server Compact database connection:
Compact
Repair
Shrink
VerifySame as is in C# SqlCeEngine class.
Thanks.15 votes -
Export XML to XSD schema
ADD new function to export the XML from your table
components in a format compliant with the XSD schema
instead of the XDR format you're using now1 vote
- Don't see your idea?