Re: Has web application become too successful for SQL Anywhere?
Yes, using the SQL Anywhere driver will be faster than the bridge. --Jason
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Hello Jason, Thanks for your reply. The certificate authority require the CSR file before issue a signed certificate. If this is a signed certificate for IIS web server, I can create CSR from IIS. But...
View ArticleRe: Problems with Publications when migrating Ultralite DB v.11 to v.16
Hi Naim, Yes, the Sybase 'Change Request' website has been retired as of October 1st, 2014 - see my response here: The 'Change Requests' site does not work properly - SQLA Forum You can either view the...
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Hi Sudarat, the described steps are basically correct. Just one correction/clarification on step 3 ... The identity file has to contain the whole certificate chain and the encrypted private key. See...
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Hi Diestrich, I could not click to the link of KBA 1890389. Could you help to verify? Do you know how can I redistribute createcert.exe to my customers? Thanks,Sudarat.
View ArticleNeed help with complex column creation command
Hello, allI need help with a complex column creation command and SQL anywhere help is not sufficient for it. Here is the situation:I need to write a generic DDL "alter table" command, which can...
View ArticleQuotes from heck and other format anomalies
How come if I type in code for a procedure, use 4-space indents and blank lines, that upon viewing the code in SQL Central the code is 2-space indented, the blank line is stripped out, and ALL...
View ArticleRe: Need help with complex column creation command
Ok. What if you create your own function? That way you can simplify the example I wrote.Let say we have created a function uf_add_missing_column which takes as params the table name and column name...
View ArticleRe: Quotes from heck and other format anomalies
According to Sybase: SQL Anywhere by default conforms to SQL/92 standards that says, "Quote all database identifiers". MSSQL T-SQL says don't. I'm just used to the lack of quotes. I guess the last...
View ArticleRe: Quotes from heck and other format anomalies
When the stored procedure is processed by the server it is parsed and then 'unparsed' into a format that is more 'correct' to the server. This removes most formatting and explains what you are seeing....
View ArticleRe: Quotes from heck and other format anomalies
Will SQL Central still preserve the formatting if PRESERVE_SOURCE_FORMAT is off? When I look for the source of my new procedure, it's not in SYSPROCEDURE.source, it's in the proc_defn column with full...
View ArticleRe: Quotes from heck and other format anomalies
Nope. Saved proc to a file then dropped procedure. I formatted the code without quotes, added 4-space indents and a blank line for good luck. Went into interactive SQL and loaded the file and ran it...
View ArticleRe: Quotes from heck and other format anomalies
Your findings are correct. The PRESERVE_SOURCE_FORMAT option must be on for the formatting to be stored in the source column of sysprocedure.--Jason
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Hello Sudarat, The KBA link is correct - do you have an SAP Support Portal login? -- You shouldn't ever need to distribute createcert.exe to customers. createcert is used to generate the private key,...
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Hi Jeff, the link didn't work for me too, the browser reports that it can't find the server support.wdf.sap.corp. Maybe it's some kind of intranet thing, so it's working for you inside SAP, but not...
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Hi Sudarat and Reimer, please excuse this incorrect URL. That "Quick Link" feature didn't work as expected. The correct link should be: http://service.sap.com/sap/support/notes/1890389 In general, an...
View ArticleRe: Quotes from heck and other format anomalies
No source control here for database objects. DBA squashed my request to turn the flag on. I guess no one gives a hoot about readability and maintainability. I'm a bit of a perfectionist in this regard....
View ArticleRe: Secured Sybase Web Service with outside certificate authority
Thanks all for more information. Hi Jeff, >> In the case of a third-party Certificate Authority (CA), you create a signing request How do my customers create a signing request for Sybase Web...
View ArticleCreate Triggers on System Tables
Hi, I want to call a certain procedure that logs everytime a database user is created or deleted in the db ( sql Anywhere 16). For this I have written a Function that should be called via a trigger...
View ArticlePb synchronization timestamp with Ultralite
Hello everybody, It's ma first discussion on SCN. I haven't find MobiLink section, so I hope that it's the good section for my question. I use SQL Anywhere , Mobilink , Ultralite which are versions...
View Article