Re: Return resultset from CLR
It is possible that SQL Anywhere doesn't support parameters and result sets in the same CLR EXTERNAL call but we'll never know from the Help or Samples... the Help leaves all discussion of result sets...
View ArticleRe: Running multiple versions of Sybase SQL 12
I have a similar situation in that I want to run to separate databases under the same build of sqlanywhere. However, when licensed we opted for the 10 user setup. what would I need to do in order to...
View ArticleRe: Running multiple versions of Sybase SQL 12
You can run as many databases as you want on your server, regardless of the number of CPU/user licenses you have. In your case, if you only have 10 user licenses, you are allowed 10 connections to any...
View ArticleSQL Anywhere 12 and Windows 9
Hi all,with Windows 9 in the pipe-line and being released to developers soon (due end of Sept) will SQL Anywhere 12.0.1 be supported on Windows 9? I called the help line and they didn't have any...
View ArticleRe: Return resultset from CLR
It looks like it works now.I moved the "int p1" parameter to the start of the public static void function (pretty sure I've tried it before). The stored procedure has one parameter in: "IN p1 INT" The...
View ArticleRe: SQL Anywhere 12 and Windows 9
We generally support the latest versions of all of the supported operating systems for the active shipping versions of SQL Anywhere (v12 is currently an active version). I expect we will support...
View ArticleRe: Unload statement differences
This is a behavior change for 16.0 that appears to be missing from the documentation (i.e., I can't find it). Here is a description of the behavior change. In 16.0 databases (newly initialized in 16.0...
View ArticleSQL Anywhere 16 custom post_login_procedure message text/action is blocked
My company is in the process of taking stronger security steps with a SQL Anywhere 16 database on Windows 7 and 2008 using SQL Anywhere v16.0.0.2003. Part of the lockdown revolves around displaying...
View ArticleRe: Need to connect to Sybase SQL Anywhere database 5.0 through asp.net
Hello Jeff I am not able to unload data from dbunload. But i am able to convert the database to .csv file. Now is there any possibility to schedule job in the SQL any database editor , so that daily...
View ArticleDesign decision - to use UUIDs as primary key or not?
Hi, SQL Anywhere database, to be used by a Powerbuilder 11.5 application. We're at the stage of designing a set of 6 tables, all of which cascade down to the next one, like...
View ArticleRe: Design decision - to use UUIDs as primary key or not?
If you are looking at UUIDs vs. autoincrement or some other sort of integer based key, the main differences from the database perspective are:1) UUIDs require more storage space than auto-increment and...
View ArticleConstraint Defination
How can I resolve the action rule associated with foreign key constraint? I can find the constraint in SYSCONSTRAINT, am not sure where to go to determine the ON UPDATE/ON DELETE action
View ArticleRe: Constraint Defination
The UPDATE/DELETE actions are implemented as triggers on the table and you can view them by looking at the SYSTRIGGER table. HTH, --Jason
View ArticleRe: Design decision - to use UUIDs as primary key or not?
No, autoincrement is not important, and we won't use it as any indicator of the sequential order. Right now we are overhauling an old system where each of these records had for a primary key a...
View ArticleRe: Design decision - to use UUIDs as primary key or not?
If your application is going to have a future where administration, maintenance, enhancement and debugging tasks will be ongoing, then do NOT use UUIDs as primary keys... they are impossible for human...
View ArticleRe: How to call GRANT ALL to all of an owner's tables
Hi Edgard, here a procedure we wrote to grant all users of a GroupBye
View ArticleRe: Design decision - to use UUIDs as primary key or not?
Thanks very much Breck, helpful as always. After investigating Global autoincrements, we played around with them and decided that these indeed suit our needs much better. Cheers!
View ArticleCannot open Interactive sql from command prompt
I have added my own procedure to run as soon as user logs, using SET OPTION PUBLIC.post_login_procedure = 'xxx.Myprocedure'; I need to set custom message on pop up this provides when user logs in....
View ArticleSybase Wan Performance
I am currently running Sybase Anywhere 10 and connection to the database on the LAN side works great, but on the WAN side it runs really slow.I was wondering if Sybase 16 will improve my overall...
View Article