Welcome to the official Advantage Database Server feedback forum. Do you have an idea? We want to hear from you!
We always do our best to keep you informed of our future product plans, however keep in mind the product roadmap, features, enhancements, timelines and dates discussed in this forum are forward looking and are subject to change. Sybase iAnywhere retains sole discretion as to when, if ever, discussed enhancements will occur.
-
4 votes
Uniforming SQL syntax (ex. allow float in CASE instead of SQL_Double only)
As a 'user' of the Advantage DB (local server only) I was wondering, why
the type names SQL_Double, SQL_Integer, etc. are used in CASE/CONVERT statements instead of the 'normal'
type names like 'float' and 'integer', which are already used in the declare
statements and the create tabel statements?If it's… more
-
4 votes
top
Allow declaired varables to be used in the TOP function. E.G.
declare @x integer;
@x=1;
Select TOP @x from .... -
3 votes
Enable the ADS ODBC driver within Delphi's Data Explorer
Delphi XE2 introduced a new dbExpress driver that permits dbExpress to use ODBC drivers. In order to use this dbExpress driver successfully with the ADS ODBC driver, it is necessary to set the RowSetSize parameter to 1 (instead of the default 20). Without this change, the ADS ODBC driver only… more
-
3 votes
NUMA
Add to support the optimizing ADS for NUMA technology?
-
1 vote
Add OUTPUT clause to Merge statement
just what the title says, ala Oracle, TSQL, etc
Would preclude the need to create temp tables or a cursor to process Type 2 Dimension updates in a data warehouse (Kimball) -
9 votes
Uniforming SQL syntax (ex. allow float in CAST/CONVERT instead of SQL_Double only)
As a 'user' of the Advantage DB (local server only) I was wondering, why
the type names SQL_Double, SQL_Integer, etc. are used in CAST/CONVERT statements instead of the 'normal'
type names like 'float' and 'integer', which are already used in the declare
statements and the create tabel statements?If it's… more
-
3 votes
Live Backup: Implement a file copy if there are no users connected.
Currently the backup takes far too long to backup a database with no connected users. Windows file copy can accomplish a 2.2GB file copy in less than 2 minutes versus a 26 minute advantage live backup. The windows file copy runs the risk of corrupt files unless you turn off… more
-
7 votes
Consolidated Database
Combine all .dbf and .adt files into one solid database file. this will make the database more consistent and secure. This might be optional for the users who prefer to have one or very few data files instead of hundreds of legacy files.
-
1 vote
Public fields definition requested in data architect
Assume a fieldname like "CustomerId"
It is likely this field is used in many tables.
If the datatype of such field is changed from integer to numeric (just an example), the change of fieldtype should occur in all tables with the same fieldname. (Maybe a list of tables and "Are… more -
1 vote
copy/paste doesn't work well.
in ARC, please allow to copy/paste using Ctrl+C and Ctrl+V. also Ctrl+Tab doesn't switch between different windows in ARC. unless a grid is focused
-
1 vote
Data architect is unable to auto-open IDX index files.
If free tables are created using .IDX extension for index files, it is not possible to open the index if the file is open in another connection.
A option to auto-open .IDX files (like CDX) would be appreciated. -
3 votes
Show Index key when scroll through Tags
In Data Architect, When selected a table, and when scroll through in list box "Order by", add a facility to display the Index Key. Currently key shows only when a tag is selected. If you have 20 tags, you have to select each tag to find the index key you… more
-
1 vote
in ARC32, in the SQL Utility, make it easy to unhide the Data tab
The data tabbed page for the SQL Utility sometimes disappears on me (I inadvertently click on something or press some magic key combination), and I can find nothing to bring it back.
-
2 votes
Ads.ini
Ads.ini (at least as of ADS 9.10.0.23) is still being stored in the %WINDIR% (C:\Windows). This fails under Win7/2008, especially with limited rights users (but even with admins). The file is actually saved if modified after install in a virtualized folder, meaning that after logout all settings are reset to… more
-
36 votes
MySQL style dump scripts as a server side backup option
The ability to generate a SQL dump of the entire database (minus blobs etc) from the server would be an excellent backup option.
-
0 votes
Dangling connections bug?
The first example:
...
AdsConnection1.IsConnected := True;
...Then look "Database info" on Advantage Configuration Utility:
Work areas: 1
Tables: 1Ok, then:
..
AdsTable1.Open;
...Database info:
Work areas: 2
Tables: 2Ok, now close AdsTable1:
..
AdsTable1.Close;
...Database info:
Work areas: 1
Tables: 1All correctly! But… more
-
2 votes
combine Tables, Index, Memo into a single File like we have in other database world, Like SQL server
combine Tables, Index, Memo into a single File (Database) like we have in other database world, Like SQL server, MySQL, MS Access etc.
-
3 votes
Suppport-System more Customer-friendly
Please make your Support-Sytem more Customer friendly, so that I can send support cases via email and not only use a complicated Ticketsystem (where no ADS is listed) and no phonesystem which wants numbers to be pressed ...
-
3 votes
Restore to empty folder
Currently, when restoring a database backup to an empty folder, ADS logs to its error log file 3 and 4 errors for each ADT and ADI file restored (file not found type errors). This rapidly fills up the ads error log with false errors. Add option to indicate that we… more
