Re: SQL Anywhere 11 developer
Hi Jorge, Version 11 is already the End of Mainstream Maintenance. http://scn.sap.com/docs/DOC-35654#status Therefore, I think that a Developer Edition is NOT usable. Thanks,Atsushi
View ArticleRe: Best way to create XML output of SQL Anywhere (v11)?
Hi, Probably the ENCODING clause with the UNLOAD statement will be useful. eg.UNLOAD SELECT XMLGEN( '<?xml version="1.0" encoding="UTF-16" ?> <Root>{$x}</Root>', (SELECT...
View ArticleRe: Best way to create XML output of SQL Anywhere (v11)?
Oh I feel a bit silly now, I was looking through that exact documentation and somehow I have completely missed the ENCODING option. Duuuuh. Thanks for the tip, works like a charm. However, since I've...
View ArticleRe: Best way to create XML output of SQL Anywhere (v11)?
http://dcx.sap.com/index.html#1101/en/dbusage_en11/xmldraftchapter-s-4116817.html What about the xp_write_file system procedure instead of the UNLOAD statement?
View ArticleRe: Best way to create XML output of SQL Anywhere (v11)?
Interesting! Will check it out, thanks!
View ArticleRe: Can we have SQL Anywhere 16 & SQL Anywhere 17 run in parallel
Like Atsushi, I'm not sure what you mean by "Relay Server 16 client". The Relay Server is at it's core an HTTP Proxy, so any application using the HTTP protocol could be be considered a Relay Server...
View ArticleRe: Support for Entity Framework 6
Hi, Is there any update for this? Does ADS 12 support Entity Framework 6? There is now suppor for generating Database schema from entity Model? Regards, Gabriel
View ArticleRe: Support for Entity Framework 6
This forum is for SQL Anywhere. Try asking your question on the SAP Advantage Database forum.
View ArticleRe: SQL Anywhere 12 SetupVSPackage for VS2015
Hi, SetupVSPackage.exe seemed to support VS2015 in Build 4321.Please try the latest EBF(SP96 Build 4344). For details, please see the README of the EBF. ================(Build #4321 - Engineering...
View ArticleRe: Where can I download the jconn4.jar for SQLA 16
Is it possible to license just the jconn4.jar file for use in an application a developer is going to sell?
View ArticleRe: Where can I download the jconn4.jar for SQLA 16
Robert, Just noticing that no one responded to your follow-up. The jConnect driver is not a SQL Anywhere driver although jConnect based connections are an option. You should generally use the SQL...
View ArticleRe: Where can I download the jconn4.jar for SQLA 16
Is there a reason you want to use jConnect vs the SQL Anywhere JDBC driver?
View ArticleGetting this message in the logs 'Database Server shutdown due to machine...
Hi I'm working at a clients site and they have and installation that is receiving tis message in the log and the SQL Anywhere is shutting down. I've went looking through all the system logs and events...
View ArticleRe: Getting this message in the logs 'Database Server shutdown due to machine...
Hello Terry, What OS is the server running on? Is SQL Anywhere server running as Windows service? If this is a pre-Vista Windows and the service is allowed to interact with desktop, a Windows user...
View ArticleRe: Getting this message in the logs 'Database Server shutdown due to machine...
Thanks for the quick reply Windows server 2003 it is running on, Ill check if it has been bought up this way. What is the parameter if the service has been started from a commandline. Terry
View ArticleRe: Getting this message in the logs 'Database Server shutdown due to machine...
Hi Terry, Typically you wouldn't start a Windows service from command prompt, but it's: dbsvc -u <service_name> Run dbsvc -g <service_name> and see if this returns "Allowed to interact with...
View ArticleRe: Getting this message in the logs 'Database Server shutdown due to machine...
Hi, In this case, your issue would be solved in the following procedure. Open the Windows Service Management Console (services.msc) Select the SQL Anywhere Service Right-click and select 'Properties'...
View ArticleRe: Getting this message in the logs 'Database Server shutdown due to machine...
Thanks guys I think this has isolated it, switched this off and we are monitoring Terry
View ArticleRe: Database (17.0.0.1358) crashes while using sp_parse_json
Hi Torsten, I confirmed this phenomenon in the following environment. SA17.0.1.1359(latest version) on Windows Server 2008 R2 When I executed "SA Crash Example", the following messages are...
View Article