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.
-
21 votes
Add PDO Support (PHP-Data-Objects)
normal PHP driver are "ads_....()" funktions.
To generate portable PHP5 programs it's much better to use PHP data objects (PDO)
-
3 votes
Subsonic Support
SubSonic is A Super High-fidelity Batman Utility Belt that works up your Data Access (using Linq in v3.0), throws in some much-needed utility functions, and generally speeds along your dev cycle.
This tool looks at your database and generates classes based on your table design and allows you to... more
-
3 votes
Silent mode for adtfix utility
Silent mode for ADT fix, always fix, no prompts and option for no backups.
-
4 votes
Add low level text file support
It would be great if ADS server could add low level binary file support, the equivalent of:
FClose() - Closes a binary file.
FCreate() - Creates an empty binary file.
FErase() - Deletes a file from disk.
FDelete() - Deletes one or more files specified by a file mask and file... more -
4 votes
-
6 votes
'Total' command that work on server
Total command that works on server like COPY. Using server speed, for reporting and other speed up aplication. I use many time indexing in runtime for reporting, with this speed indexing ,with diferent key depending on user query, my report is very speed. With total on server must be wery wery sp... more
-
0 votes
Architect 9.10.0.11 - Debug BUG
If you create a breakpoint and step into the a script... i.e.
declare c cursor as select * from table;
declare i integer;open c;
while fetch c do
i = (select max(pk_id)+1 from table);
if (i < 1) then
i = 1;
endif;
update table set intfield = i where fieldx=c.fieldx;
... more -
0 votes
Architect 9.10.0.11 - Debug BUG
If you create a breakpoint and step into the a script... i.e.
declare c cursor as select * from table;
declare i integer;open c;
while fetch c do
i = (select max(pk_id)+1 from table);
if (i < 1) then
i = 1;
endif;
update table set intfield = i where fieldx=c.fieldx;
... more -
6 votes
Python Client
Create a client for use with Python.
-
5 votes
Add IF EXISTS syntax to DROP TABLE, ie. DROP TABLE IF EXISTS #list to "stop" exceptions
This would be so useful (and I think) easy to implement...
-
3 votes
Field Level Access Rights Improvements
Using the example of a table with name and salary fields (1) Remove the Field Level Access Rights on Salary for a_user (2) create an application with a grid and a dbEdit set the user to a_user and dbEdit to field salary. You cannot see the salary in the grid and If you try and change the salary... more
-
1 votes
-
0 votes
Replication without Data Dictionary
For legacy systems
-
0 votes
Add Mobilink support for device synchronization
Add Advantage support to the iAnywhere Mobilink product to facilitate database synchronization from devices to an Advantage database.
-
0 votes
ARC SQL Utility: Add ability to clear Messages
In ARC SQL Utilitiy the compiler messages cannot be cleared. 'Select all - Cut' doesn't work. Please add ability to clear all compiler messages to the 'Clear all' button or to the compiler messages context menu.
-
6 votes
Advantage does not support "Select Into" a link db
eg. Select * into LinkDB.Table1 from Table1 causes a SQL error. This is a very useful feature that allows one to quickly make a copy of an entire table (or selected record) from say a live database to a test/dev database.
-
5 votes
-
1 votes
Correct a adt file that is delete but is not mark as deleted
there are times when you remove a adt file from a dictionary, it is drop from the dB but is the free table reports it is still in a db the file then can not be accessed
