1. Connecting to WebService via HTTPS throws SCL Profile Allocation error stackoverflow.comI'm trying to use Jax-WS generated classes (created using wsimport) to call a webservice over an HTTPS connection from within a Java component in the application server Sybase EAServer 5.3. ... |
2. Connecting Sybase to Java by using Type 3 driver coderanch.com |
3. unable to connect Sybase using real ip coderanch.comThanks Remko for your reply i have tried to connect using 127.0.0.1 and it works fine when i try to access the database from the same computer but it seems the problem only happens when i try to access the database using another computer through the internet also , my default sybase port here is 2638 , and this port works ... |
4. Cant connect to an specific database with jConnect and Sybase ASA 8 coderanch.comHi, I am working in an application writen in java, it connects to a Sybase ASA Database. That database has 3 instance, one named 'clock', another named 'sysadm' and a last one named 'clinics'. I have a class wich has a method that provides access to the database and other methods to execute some queries, it uses jConnect 6.05 driver to ... |
5. Probelm Connecting to Sybase Database frrom J2EE Web Application dbforums.comHi, I get the following error when I connect to the Sybase database from my web-app. I put Set chained off in the procedure and nothing happenend. There seems to be a probelm in the Java Side. Exception : ------------ com.sybase.jdbc2.jdbc.SybSQLException: Stored procedure 'p_inter_status_dz' may be run only in unchained transaction mode. The 'SET CHAINED OFF' command will cause the current ... |
6. Connect Sybase with JDBC Fail dbforums.comExe a java class that connects to Sybase from Unix command prompt and i'll get error as attached below. Anyone knows why? Please help! Exception in thread "main" java.lang.ClassFormatError: com/sybase/tds/Tds (Local variable name has bad constant pool index) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java :495) at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:11 0) at java.net.URLClassLoader.defineClass(URLClassLoader .java:252) at java.net.URLClassLoader.access$1(URLClassLoader.ja va:218) at java.net.URLClassLoader$1****n(URLClassLoader.java: 199) at java.security.AccessController.doPrivileged(Native Method) at ... |
7. connecting to sybase without an internet connection through java dbforums.comHey everyone, My first time using dbForums, so not sure of the etiquette. The problem that I have is that I do not have a continuous internet connection but I do need to connect to my sybase database a lot of the time. In the first few lines of code that I use to connect to the DB; import com.sybase.jdbcx.SybDriver; and ... |