Design 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 ArticleCreate client install package with 32-bit iAnywhere
Hello, allI wonder of someone can offer me a walkthrough for creating a client install package, which would contain 32-bit entity framework support. I am having serious problem with it, becasue my app...
View ArticleSQL Anywhere 11 on Ubuntu / PHP
Hi there, I have been trying (with no success) to connnect our PHP app to Sybase database. Our actual scenario is: Windows2003/ ODBC {SQL Anywhere 11 Driver} / PHP ------> Windows2008 / Sybase We...
View ArticlePlease stop the CURRENTLY BEING MODERATED delay
After answering a question on the SAP forum for SQL Anywhere, my response was marked CURRENTLY BEING MODERATED. This is not acceptable behavior for the SQL Anywhere developer community. Please cease...
View Articlebuffer table pool performance with return code 64 in ST05
Hey guys,I had been meeting an issue causing poor Performance in my SAP system.For a full buffered table,I did trace it with ST12 and ST05,I found it's perfectly buffered in AS(as blue background...
View ArticleInternal Error - dbsrv11
hi guys, just wondering if anyone encounters such problem before ? Internam Error - dbsrv11 dbsrv11 has envountered a serious error and needs to close. We are sorry for the inconvenience. From the...
View ArticleHow to call GRANT ALL to all of an owner's tables
Hi, I want to call "GRANT ALL ON table-name TO group-name" for all the tables whose owner is "DBA". Instead of doing GRANT ALL ON dba.iBodegas TO "TRIPODE"; GRANT ALL ON dba.iInv TO "TRIPODE";etc......
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 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 ArticlePlease stop the CURRENTLY BEING MODERATED delay
After answering a question on the SAP forum for SQL Anywhere, my response was marked CURRENTLY BEING MODERATED. This is not acceptable behavior for the SQL Anywhere developer community. Please cease...
View ArticleSql Anywhere v11 with 5 seats
Hello,I have a peculiar problem. I have SqlAnywhere v11 with 5 seats. I have been using it since 8/10/2009. And recently the machine where we housed everything crashed completely. Now I am stock. And I...
View ArticleSQL Anywhere 12, Interactive SQL, How to "output" to relative path
Hi everyone, is there a way to store the file from an output-statement relatively to the path of the script-file when running SQL-Scripts from Interactive SQL on windows? If I try this Select 'Test';...
View ArticleSQVI using FBL5N, VBAK, VBAP & VBRP data
I am trying to build a SQVI report using the FBL5N data (BSID and BSAD tables) and the VBAK data. However I cannot find a way to line the tables. I would like to add the data from the VBELN, AUART and...
View ArticleSQL Anywere 12 insert record for each date between two dates
A part of a function in our database looks like this: while @datecount <= today() loop set @datecount = dateadd(day, 1, @datecount); insert into gt_datetable( countdate ) values ( @datecount...
View ArticleSQL Anywhere 12 (12.0.1.4155) using EF : Unable to enlist transaction; DTC...
What may be causing this error?? Sometimes the transactions runs fine, and other times I get this error message. Database.SqlQuery<int>("select dba.getnextid()"); NativeError: -803Message: Unable...
View ArticleODBC Error when migrating from SQL Server 2008 to SQL Anywhere 12
Hello community, i have the following requirement: I need to migrate a Database with some Demo data into a SQL Anywhere 12 Database. The SQL Anywhere 12 Database is part of the SAP BusinessObjects...
View ArticleSAP SQL Anywhere Licensing
Hi all, whre can I find more information about the licensing option of SAP SQL Anywhere for SAP BOBJ installations?Are there any differences to Sybase ASE license? Best regardsArne
View ArticleWhere are the EBFs?
I'm trying to get to the SQL Anywhere EBFs and keep getting the following on the link I used to follow: --swdFC.doProcess: action perform exception: EcdDataException: EcdDataException:...
View ArticleDeploying and restricting DBISQL
Hello, we have a PowerBuilder application and want to add a feature where the user can run queries to extract spreadsheets/txt files. The required SQL is stored in a text field in the database. With a...
View Article