Re: Encryption Key management - Information required
There may need to be further context shared for this inquiry. As far as key management, this is typically done by the vendor of the software. For physical database encryption, the key is chosen at...
View ArticleStart full synchronisation with Mobilink
Hello, allI have the following situation. There is a consolidated DB with a data table containing data from multiple DBs.The synchronization for this table is one way: from remote to consolidated. Now...
View ArticleUpdating publication through ISQL
Hello, allI have a question:Is there a way to update publication articles using ISQL.Specifically, I need to update the "WHERE" part of all articles in the publication to be something else. Obviously,...
View ArticleRe: Updating publication through ISQL
ALTER PUBICATION <your_pub_name> ALTER TABLE <your_table_name> WHERE get_sync_user(c_hotel_id) = 'fattal'
View ArticleRe: How to upgrade Sybase 5 to SAP Sybase SQL Anywhere 16
I and a customer both tried contacting SAP Sales for assistance, but never received a reply. Yesterday, I was invited to a chat, but repeatedly told within the chat system that a representative was...
View ArticleRe: Updating publication through ISQL
Yes, I know of that syntax.I was more interested in how to affect all articles in the publication without specifying them explicitly.The "WHERE" clause is the same everywhere, so, I hoped, it would be...
View ArticleRe: How to upgrade Sybase 5 to SAP Sybase SQL Anywhere 16
There's no way to "upgrade" the software like in the old days, where you could buy an upgrade licence. Today you'll have to purchase new SQL Anywhere 16 licences according to your needs. Technically...
View ArticleRe: Updating publication through ISQL
. If this is in a SQL Anywhere database, here is a rough example of SQL to do this: begindeclare alterpubstmt long varchar;declare publications_crsr cursor for select publication_id, publication_name...
View ArticleRedirecting Mobilink server event
Hello, allI would like to use the same exact script in upload_insert and upload_update events.The script is of form "insert into table on existing update", so it is the same for both events. Question:...
View ArticleRe: How to upgrade Sybase 5 to SAP Sybase SQL Anywhere 16
Ok, good information. Thank you for the quick reply.
View ArticleSybase SQL Anywhere 12 and SAP Sybase SQL Anywhere 16
Hello, Is there a difference between Sybase SQL Anywhere 12 and SAP Sybase SQL Anywhere 16? If there is, could you please list out the general information. i.e. is v12 (i.e. pre SAP purchase of Sybase)...
View ArticleRe: Sybase SQL Anywhere 12 and SAP Sybase SQL Anywhere 16
SAP Sybase SQL Anywhere 16 is the next major version of SQL Anywhere after SQL Anywhere 12. The following documentation link DocCommentXchange will include information about the changes made for v16....
View ArticleRe: Redirecting Mobilink server event
Each event is distinct and one event cannot trigger another's code. You could write a script if this was common usage for your events. You could also get fancy and query the system tables to determine...
View ArticleReplication (dbremote) between SA12 and ASA9
I get a lot of syntax error while replicationg between a SA12 and ASA9 database.The consolidated db (SA12) sends SQL through passthrough to a ASA9 Remote db. It seems that the SQL Syntax sent from...
View ArticleRe: Replication (dbremote) between SA12 and ASA9
The quickfix is to create a dummy temp procedure with the SQL as the procedure will preserve the alter syntax. But are there any other best-practice solutions for this?
View ArticleRe: Error: Cannot Convert 1/1/2000 to a timestamp
I checked on my PC and I have 'M/d/yyyy'. Regarding the dynamic sql. Why 'yyyy-mm-dd' and not 'mm/dd/yyyy' ??. The later is the default and what I want displayed.
View ArticleRe: Error: Cannot Convert 1/1/2000 to a timestamp
Refael,You can display whatever and however you want. This is what EditMask datawindow object property is for. But when you compare dates in code or pass them to the DB as strings, the safest way to do...
View ArticleRe: Bobj4.1 Sp2: CMS DB Sybase SQL Anywhere
Hi, Please follow the below sequence to start and stop. It may resolve your issue. 1. Stop the BOE servers (stopservers)2. Stop the Tomcat Server3. Stop the CMS Database using only SL AnyWhere...
View ArticleSQLCode - 1: Table '_^_^_22072007....._^_^_' not found
This error occurs when inserting rows into a table which has dependant materialized view in SQLA12 db (see attached image for full details). Any ideas on why this is happening?This happens on 1 or 2...
View Article