I\'m having problem executing a specific query using php API from sqlanywhere 12. It only happens with SET OPTION query.
I\'m running Tomcat 7.0.22 and I wrote 开发者_开发技巧a simple servlet that connects to a SQL Anywhere 12.0 database. When I run the servlet I get java.lang.ClassCastException: org.apache.tomcat.dbcp.
For example if I have a trigger for table employee. I want to create a cursor loop from thetable department. Then I want to take the attribute and insert it into the table company. I\'m guessing the a
I\'m having issues with stored procedures that have a lot of insert statements when using Sybase\'s jdbc driver. After 50-60 inserts, the stored procedure stops execution and returns. See code below.
We are planning to convert an application from Sybase SQL Anywhere to SQL Server. At SA we use a lot of \"on existing update\", that checks by primary key, if l开发者_JS百科ine exists.
Hello EveryoneIam trying to bulk insertdata from .dat file(unloaded from sybase) in to the开发者_Go百科 table i created.
Hello everyone i have got a project to migrate from SQLAnywhere 11 to any new relational databases for our ship crew web application.The reasons for mi开发者_如何转开发grating is cost and support issu
I\'m tasked with exporting data from an old application that is using SQL Anywhere, apparently version 5, maybe 5.6. I never worked with this database before so I\'m not sure where to start here. Does
We are deploying a SQLAnywhere solution on Windows CE 5.0 devices and are running into an error in our first SQL statement.
I\'m going nuts about how the Sybase JDBC driver handles stored procedures with mixed IN and OUT parameters. Check out this simple stored procedure: