Re: ISQL not working after installing ASE under Linux
Juergen, Try running the utility with the "sudo su - wegc" may be I feel there is access permission. RegardsKiran K Adharapuram
View ArticleRe: Trouble with SQL Anywhere 16
Hi Lawrence, I think there's some confusion from both groups on this question. There was never a SQL Anywhere 11.5 version - we had SQL Anywhere 11.0.0, and SQL Anywhere 11.0.1. There was an ASE 11.5...
View ArticleRe: Trouble with SQL Anywhere 16
Hi Lawrence, Yes I agree with Jeff, Provide us some hints like ASE Vesion or error log or any information to differentiate the issues with that of ASE or SQL Anywhere so that we can comment what is the...
View ArticleRe: ODBC 16.00.00.02 return wrong data
You are escaping first slash,not second I’d try c:\temp\file or c:\\temp\\file Cheers, -Paul
View ArticleWhy does ASE treats not exists value as null.
Here is a repro that ASE 15.0.3 treats a non existant value as null value. Looks like the case statement is applied after result set being created. Is this a normal behavier on outer joins? create...
View ArticleRe: ODBC 16.00.00.02 return wrong data
Hi Vladimir, I see something similar in the ODBC Test - the binary data is returned. It might be the older ODBC API isn't understanding the concept of SQL_DECIMAL so it Binds to what ODBC calls...
View ArticleRe: ODBC 16.00.00.02 return wrong data
Thanks.It would be grate if SAP can fix this problem.
View ArticleRe: Why does ASE treats not exists value as null.
Yes, this is normal. With an outer join, the result set will contain every value from the outer table, with NULLs filled in where there isn't a match from the inner table.
View ArticleRe: ODBC 16.00.00.02 return wrong data
Hi Vladimir, Try protocolcapture=file Then file is stored in working application directory. If it isn't working then something is wrong with the driver, but should work. Also, can you create SAP...
View ArticleRe: Why does ASE treats not exists value as null.
I understand unmatched values will be shown as null and is normal on outer joins. My question is why case conditions are applied after result set being materilized and not before on the column content....
View ArticleRe: ODBC 16.00.00.02 return wrong data
I put in connection string only file name which make unique.Searched all files on computer and cannot find file.Thanks
View ArticleRe: Why does ASE treats not exists value as null.
It's just a case of semantics here. You are applying case conditions on a column that can be either explicitly null, or implicitly null. Try this first as it makes more sense to test the join column...
View ArticleRe: ISQL not working after installing ASE under Linux
Found the solution: The problem was missing 32-bit libraries. Using the 64-bit version /opt/sybase/OCS-16_0/bin/isql64 workedAnother solution would be to install the missing 32-bit libraries:aptitude...
View ArticleRe: ISQL not working after installing ASE under Linux
Dear Juergen ,How you came to know that 32-bit libraries are missing?
View ArticleRe: ISQL not working after installing ASE under Linux
Because of this post: Ubuntu Forums
View ArticleSAP ASE 16
is there any way to start identity column value(seed value) from negetive integer like -1 ThanksRahul
View ArticleGetting error
Hi Friends, I am getting error on one of my production server.Please find below error and help me out on this issue. 00:0006:00000:00023:2015/04/24 10:03:31.48 server Error: 12308, Severity: 21,...
View ArticleRe: SAP ASE 16
Not directly. You can create the table so that it has both the true identity column and another column, which would be a computed column that applies some transformation on the identity column. For...
View Articlewhat is the use of sybsystemprocs..spt_jdbc_datatype_info table
Hi Everyone, Greetings, Have a doubt, One of our SP is trying to access sybsystemprocs..sp_jdbc_datatype_info table again and again for 100's of times in one of the server,...
View Article