SQVI
Can anyone help, i am trying to join together EKKN & EBAN to enable me to enter a PO and it return PO, SD and PR data but it keeps returning "No data found" even though i know i am entering valid POs.
View ArticleRe: SQL Anywhere supports ARMEL LINUX?
Hi Qiu, Out of curiosity, does the chipset in use not contain VFP support? Or are they just using an operating system that only supports the armel ABI? Thanks,Mikel
View ArticleRe: Ubuntu connecting to Sybase version 10
Hi Alun, To connect to the database you'll need both the PHP module and the SQL Anywhere client (which contains the libdbcapi.so library). If you install the client from this...
View ArticleRe: SQVI
You might want to post this question to another, more appropriate, SCN group such as the ones these thread were posted to: How to get SAP report that inculde PR number, PR amount, PO number, PO amount...
View Articlelicensing concern, SAP SQL Anywhere, Workgroup edition
hi folks, I have a licensing question:I have a client who has 10 full time users and 10 additional part time users, for a total of max 20 users at any one time. The temp users may rotate, throughout...
View ArticleRe: SQL Anywhere supports ARMEL LINUX?
Hi Mikel, The customer tested SQL Anywhere on some kind of network gateway devices, and this device's CPU is based on ARM v7 which does not support hard floating point arithmetic. And SQL Anywhere...
View ArticlePHP Connection strings using sasql_connect
Thanks to the help here I have successfully installed the database driver and can now perform connections. Sadly I'm not quite getting my syntax right on the connection so I need a little bit of...
View ArticleRe: licensing concern, SAP SQL Anywhere, Workgroup edition
http://scn.sap.com/docs/DOC-54533 SAP SQL Anywhere Editions are listed in the link above. From the product manual: "Per-seat licensing: A per-seat license restricts the number of client connections to...
View ArticleRe: SQL Anywhere 11 developer
Hi Mikel Try to download from the link you provided me, however, apparently it is not available. There will be another alternative for downloading?...
View ArticleRe: PHP Connection strings using sasql_connect
Hi Alun, The connection string requires the port as a separate parameter:sasql_connect("Dbn=TestData;Uid=myuser;Pwd=SuperSecretPa55word;CommLinks=tcpip(host=remotehost.mycustomer.co.uk;port=2640)");...
View ArticleASA cpu usage
Dear sirs,I would like to know the maximum number of CPU used by ASA 17 network database server, and the maximum amount of RAM it can use. Thank you in advance
View ArticleRe: ASA cpu usage
Hello Daniele, The 64-bit database server is only limited by the available physical RAM, there is no upper limit. Different editions of SQL Anywhere have different limits regrading CPUs: Workgroup...
View ArticleRe: ASA cpu usage
Hello Mikel,Thank you.Do you know where can I find pricing information about these editions? Daniele
View ArticleRe: ASA cpu usage
https://www.sapstore.com/solutions/99017/SAP-SQL-Anywhere-%28v17%29 Above the is the link to SAP store. You can also get some help.
View ArticleDatabase (17.0.0.1358) crashes while using sp_parse_json
Dear Sir or Madam, we are using the internal function sp_parse_json for parsing incoming json strings. When using the following json string the database (version 17.0.0.1358) crashes. So we have two...
View ArticleRe: ASA cpu usage
As far as I can see there's no pricing information for Standard or Advanced Edition. Btw. this "Edge" thing is rather irritating, I couldn't find any information what that means or where it is defined....
View ArticleRe: ASA cpu usage
Hi Reimer - to clarify, Edge is the Workgroup Edition. There was a re-branding of products in the partner channel to incorporate the Edge name. We'll try to make that clearer in future price lists....
View ArticleSQL Insertion Question
Given that Max(CODE_ID) = 1006 and CODE_ID is the primary key and that.... begindeclare varCodeID integer;select Max(CODE_ID) + 1 into varCodeID from CODE;-- Insert Parent Codeinsert into...
View ArticleBest way to create XML output of SQL Anywhere (v11)?
Hi, SQL Anywhere 11.0.1.2878We are in the process of creating an interface for a 3rd party system where we need to export an XML file for each new (or modified) record of a particular table. We are...
View ArticleRe: SQL Insertion Question
I'm pretty sure that your second example will attempt to insert a row with primary key 1007 into the CODE table for each row that already exists in the table. If there are multiple rows in the table...
View Article