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.
-
3 votes
-
45 votes
hibernate-Support (java)
Status: completedIf you would like to test the Advantage Hibernate dialect before it is officially released in March, feel free to e-mail advantage@iAnywhere.com and put "Attn: Alex Wong" in the subject and ask to test the Hibernate dialect.
-
2 votes
Createa native driver for Python
Status: completedWe will be mailing those who provided their e-mail address and voted for this feature with details on testing the new driver. If you do not hear from us feel free to e-mail advantage@iAnywhere.com and put "Attn: Peter Funk" in the subject and ask to test the Python and Django driver.
-
6 votes
Python Client
Create a client for use with Python.
Status: completedWe will be mailing those who provided their e-mail address and voted for this feature with details on testing the new driver. If you do not hear from us feel free to e-mail advantage@iAnywhere.com and put "Attn: Peter Funk" in the subject and ask to test the Python and Django driver.
-
1 vote
AdsConnection
Hello everybody, okay?
Excuse me if I'm posting a problem in this forum. I looked at several places and I was not able to find a suitable place for this post.
I am using Delphi 2010 with Windows Seven.
When you install the version 10.00.0.3 adstdataset in Delphi 2010 and… more
Status: completed -
3 votes
replication for the novell version
Replication is a basic funcitonality and should be available also for the novell version of the ADS
Status: declinedThis would require a significant amount of work that we are not willing to commit to the NetWare platform at this point in time.
-
1 vote
-
12 votes
Adac component for Lazarus
Hi, it will be very nice if you develop it..
Thanks
Status: completedWe won't be providing a Lazarus-specific install, but we are updating the source code to build in Lazarus, providing package files, and a help file to explain how to build.
Will be available the week of Dec 6th 2010 as part of Advantage 10.1 release.
-
1 vote
arc32.exe Save SQL Enhancement
I appreciate that the following is due to user error but could you consider putting a 'Save As' option on the SQL Utility along side 'New' 'Open' and 'Save'. If you open an existing SQL and make changes all you have is the option to overwrite the existing SQL, which… more
Status: completedHi Phil, it's kind of hidden right now because we were trying to keep the toolbar items to a minimum. Go to File->Save SQL Script as...
-
12 votes
Make ADSDOSIP work with Windows 7
It works with XP and Vista but not with Windows 7. ADSDOSIP.exe runs fine, but when we launch our DOS application, we keep getting DB CMD 1015 errors.
Status: declinedOur DOS library uses NetBIOS to communicate to the Win32 ADSDOSIP.exe application. The ADSDOSIP.exe receives the NetBIOS traffic and forwards it on to ADS via our normal win32 comm layer.
Microsoft has removed support for the NetBIOS API: http://msdn.microsoft.com/en-us/library/bb870913(v=VS.85).aspx
If NetBIOS can't be used for IPC communications, then the Clipper app can't talk to our ADSDOSIP.exe app.
-
4 votes
ARC 9.10.0.23 Window position bug on startup
The main window position and size is always wrong. The window appears in the lower right corner of the screen and one must minimize it, then maximize it to have it placed properly and cover the entire screen.
Previous versions did not exihibit this problem.Status: completedFixed and will be in the next v9 and v10 updates.
-
1 vote
Editing a view requires exclusive access
You can't edit a view while tables are in use, you get an invalid open mode error. If possible, please remove this requirement so views can be edited on a live system. Thanks.
Status: declinedThe only way I was able to re-create this was by opening a table in exclusive mode, which would then cause view modification to return a 7008 error. The view dialog verifies the correctness of the sql by running a semantic check, which can't complete if a table the view uses is opened exclusive.
-
1 vote
Provide a way to pin or open an ISAM table to memory
Provide a way to pin or open an ISAM table to memory
Status: completedThis was added in version 10. See http://devzone.advantagedatabase.com/dz/webhelp/Advantage10/index.html
-
36 votes
Support for WindowsCE / Windows Mobile
Add support for .net compact framework
Status: declinedWe will not be porting the Advantage server or clients to run on a mobile device. Our suggestion is to use SQLLite on the device, and read/write data to Advantage using your own web service, or the upcoming Advantage Web API: http://jdmullin.blogspot.com/2010/09/advantage-web-api.html
-
1 vote
Advantage data architect - error with mouse wheel (when scrolling)
Lets open a simple database with an index; if you use the mouse wheel, suddenly appears at the bottom a subset of records with duplicated info, in as many groups as values has the indexkey.
It would be more easy to explain if I could send an image of the… moreStatus: completedHi Claudio, go ahead and send in the files and screenshots to advantage@iAnywhere.com and put "attn:JD" in the subject. Thanks for reporting the issue!
-
2 votes
Trim the code of stored procs and triggers in the dictionary comparer
The dictionary compare tool shows a difference between two identical stored procedures / triggers when they have extra spaces at the beginning or at the end.
The code should be trimmed on both sides.
Status: completedThanks for your feedback. This is a known bug and was fixed in version 9.10.0.21 and is scheduled to be fixed in the next 10.0 update (in a few weeks).
-
3 votes
arc32 multi screen
Hi
With my portable I often switch between single and dual screens depending if I am on the road or in the office. If I close arc32 when in dual screen mode and then open it again when I only have the laptop screen acr32 opens but is not visible… moreStatus: completedWill be in first v10 service update and next 9.1 service update.
-
0 votes
Architect 9.10.0.11 - Remote Management Utility
If you open the remote management utility window and it's previous state was maximized it flickers as it's painted. Also, it takes about 2-3 seconds to be fully displayed. If the previous status was a window it doesn't flicker and opens immediately.
Status: completedThis will be fixed in v10 and the next v9.1 service update.
-
3 votes
Highlight deleted records
Would be great to see deleted records highlighted in the Advantage Data Architect.
Status: completedI agree. This is in version 10 of ARC (beta this week).
-
3 votes
Allow NULL values to bootstrap a column alias
Currently, one can bootstrap an alias with a literal value, one cannot do the same with NULL. Please allow NULL to be used as well since it is a valid option.
For example you can do the following:
Select 'ABC' as ColumnName from system.iota;
BUT cannot do:
Select NULL as… more
Status: completedClosing. See Alex's reply.
