Where can I get jConnect4.jar for SQL Anywhere 17?
Hi, I'm getting started on adopting SQL Anywhere 17. I have a web application that I would like SQL Anywhere to connect to, using a Java thin driver, and I understand that jConnect4.jar is the way to...
View ArticleSAP SQL Anywhere Studio 9
Hi Expert!Product SAP SQL Anywhere Studio 9 is SAP SQL ANYWHERE, EDGE EDITION is it right?Please advice at me!Thanks you
View ArticleJDBC Connection to SQLAnywhere 11.0.1
I'm working on extracting information from a SQLAnywhere 11.0.1 database to migrate them to a more recent solution. However, I'm running into problems getting a JDBC connection to work. I've found...
View ArticleSQLext.h showing errors
Facing a issue in sqlext under windows sdk 8.1 using visual studio 2015, I had SQL Anywhere related headers in my projects but while compiling the project following error occurs, Please help.........
View ArticleCopy table from different database
Hi If I want to copy an existing table in the same DB I would use something like this INSERT MyTable_Backup ON EXISTING UPDATE WITH AUTO NAME SELECT * FROM MyTable Assuming I can lookup the name of...
View ArticleCode Coverage tool for SQL Anywhere
Hi,is anyone aware about Code Coverage tool for SQL Anywhere. E.g. to track which lines of code within stored procedure,functions, and triggers that have been tested by an application/test scripts? Or,...
View ArticleSELECT when one column might be NULL
Hi, Inside of a stored procedure I'm doing the following SELECT T.LineId,T.QtyFROM TransactionRows AS TWHERE T.ArticleId = @ArticleId AND T.LotNumber = @LotNumber; @ArticleId contains the "article...
View ArticleMobilink ASA remote database synchronizing with two consolidated database...
Hi Community, Is there a way to have a Mobilink ASA remote database synchronizing with two consolidated databases (MySQL)? I have an scenario in which we need to synchronize an ASA remote database,...
View ArticleSQ REPORTS
Hi all,I'm trying to create a new field that will be calculated sum totals from table FMIOI . please find attached script: clear : sum_order . select sum(fkktr)from fmioi into sum_orderwhere WRTTP =...
View ArticleSQL Anywhere and DisableBind=1, An Open Manhole Cover?
I posted this in the PowerBuilder Forum and posting it here to get more information from the SQL Anywhere Community and also to expose an issue which might unknowingly be affecting others. I have been...
View ArticleAll sales transactions query need to add the inventory
Hello, We have a query that allows us to select a range of dates for the sales transactions that have been processed during that period of time. However, we would like to add to this query the total...
View ArticleShow all returns from a query without manually sort, also count returns by value
I have this code: select LastReqTime,BlockedOn,UncommitOpsfrom sa_conn_info()WHERE LastReqTime < DATEADD(mi,-60,GETDATE()) AND BlockedOn > 0 AND UncommitOps = 0 An example of the return is: Is...
View ArticleConnection pooling issues
Hello, allI have a completely unclear picture regarding connection polling in our .NET service, which connects to SQL anywhere 16 through OdbcConnection class (c#). First of all, the service is getting...
View ArticleSetting a version number to procedures and functions
Hello, allI need to help the technical support department in my company to identify db objects, which require updating from the central location. In order to do that I need some point of reference,...
View ArticleASA9 terminating abnormally with message about a "null" table!?
Hi,Since this morning we have an ASA9 database terminating abnormally. This below is a portion of the console log right before the database terminates abnormally.E. 06/01 11:17:56. *** ERROR ***...
View ArticleQuestion about using the UNLOAD statement
Hi, I have a relatively large database I need to rebuild from scratch. I can't use the dbunload utility because the database is corrupt, so I have to go table by table. I also thought that since I...
View ArticleUltraLiteJ Error[-1305]: MobiLink communication error -- code: 220,...
Hi , I am stuck with this past two days. Request if some one can help com.ianywhere.ultralitejni16.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 220,...
View ArticleHigh Availability on normal shutdown
This is a pretty embarrassing question but my Google skills have failed me and I couldn't find an answer in the manual. (Yes, I admit I read the manual ) . In a HA environment, we have one primary and...
View ArticleSQLErrText
Hello, How does one go about getting the Sql Error Text associated with the SQLCODE in a SQLAnywhere 16 stored procedure. I can't seem to find a variable like the PowerBuilder SQLErrText that would...
View ArticleSQ REPORTS
Hi all,I'm trying to create a new field that will be calculated sum totals from table FMIOI . please find attached script: clear : sum_order . select sum(fkktr)from fmioi into sum_orderwhere WRTTP =...
View Article