Re: Sql Anywhere 12.0.1.3797
Thanks, We executed the script within our program. There must be something wrong. Executed it in dbisqlc and the problem is solved. Thanks again
View ArticleOLEDB Provider for SQL Anywhere 7.0 ?
Hello Experts,Could you please help me in downloading OLEDB Provider for SQL Anywhere 7.0 ? Regards,Shanmugam K
View ArticleRe: OLEDB Provider for SQL Anywhere 7.0 ?
Older maintenenance releases and ebfs for SQL Anywhere (including 7.0.4) are still available from http://downloads.sybase.com/swd/summary.doThat is the only place I can think of where you would find...
View ArticleRe: OLEDB Provider for SQL Anywhere 7.0 ?
Hello Shanmugam,If you already have the OLE DB provider DLL files (dboledb7.dll and dboledba7.dll) and just need toregister them with the Microsoft Windows Operating System, you can use the...
View ArticleDivide 111 / 7
When we divide 111 / 7 we get as result 15When we divide 111 / 7.0 we get as result 15,86 What should we do to get as result 15,85714...... We use the script (select 111 / 7.0 from dummy) In our SQL...
View ArticleRe: Divide 111 / 7
That interesting question shows the effect of default type conversions. Numeric constants may be interpreted diffently depending on their value. Executing this statementSELECT 111/7.0 AS singleprec,...
View ArticleRe: Divide 111 / 7
Somewhere, there's a relatively recent article about implicit data type conversions in numeric expressions, written by one of the Alphas at iAnywhere, but I can't find it. In the meantime, EXPRTYPE is...
View ArticleRe: Divide 111 / 7
I think the article Breck is referring to can be found here:Scale used when evaluating a simple expression in SQL - SQLA Forum Testing using constant values does not equate to what the server will do...
View ArticleSQL Anywhere 16 developer edition download problem for Mac OS X
Hi, I would like to try SQL Anywhere 16 for Mac OS X as that is my primary home computer.However every time I go to download it fails. Either I get a "please be patient, your download will start in a...
View ArticleUltralite database is not Supporting delete operation in Query class in...
Hi All, I am developing Android Native Application using SUP 2.2 SP04 generated code.I want to use ultralite database and develop select,create and delete operations in that.I am Using Select operation...
View ArticleInventory by LocationId (were locations are hierarchical)
Hi, I have a problem with an inventory system I'm designing. It is an inventory system by LocationId. The problem I have is that the locations are hierarchical. By hierarchical I mean that a...
View ArticleRe: SQL Anywhere 16 developer edition download problem for Mac OS X
Hi Robert, I have occasionally had this problem in the past and I think it is somehow related to the SAP ID service stored in my browser. I found that clearing my cookies and re-logging in to the...
View ArticleRe: Inventory by LocationId (were locations are hierarchical)
Edgard, What you are talking about is a recursive query, which SQL Anywhere supports. You can read more about it (including an example) here:...
View ArticleRe: Ultralite database is not Supporting delete operation in Query class in...
Hello Varahalu, You will likely want to re-ask this question in the SAP Mobile Platform Developer Center discussion area if this question is specific to SUP development (we can also move this question...
View ArticleRe: Inventory by LocationId (were locations are hierarchical)
Hi Edgard, The first part of your problem is a common recursive query problem. You will want to first create a list of related Location IDs based on an initial Location ID:WITH RECURSIVE...
View ArticleRe: Ultralite database is not Supporting delete operation in Query class in...
Thank You Mr.Jeff Albion,Your suggestion is needful and I will re ask this question as you suggested.I hope Ultralite in SUP not supporting Delete and Insert Operations (I read API doc).as per my...
View ArticleRe: SQL Anywhere 16 developer edition download problem for Mac OS X
Hi Jason,Thank you,Clearing the browser cache and re-logging back in allowed me to download the Mac OS version.I was convinced there was something "special" about the Mac download after failing to...
View ArticleCan't get DECLARE statement to work
Running ASA 11 version 11.0.1.2878 Hi all. I am trying run a SQL script from MS SQL in ASA11. I can’t figure out what is wrong with the syntax. In MS SQL it look like this and runs OK:DECLARE...
View ArticleRe: Can't get DECLARE statement to work
Hi Tony,But ASA refuses to execute that statement.Can you clarify this problem? Does this mean that you get an error, or the statement doesn't have the effect you were expecting...? The line executed...
View Article