I have been smashing my head against this for a while now. I am using iBatis with my JAVA code to run Stored Proc residing in Sybase DB.
Unfortunately searching for \'Sybase Post\' doesn\'t get me the answers I\'m looking for. I want to know what开发者_运维知识库 the actual function is of POST
I have linked Sybase database table with Access 2003. I only have read access to the Sybase database and created a pass-through query in access. Now what I need is, I need to create a temp table开发者
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
All, After several months of not touching our databases I fired up Rapid SQL and get this error when I try and connect to a registered Syb开发者_如何学编程ase DB:
We have a sql query as follows select * from T开发者_如何学编程able where date < \'20091010\'
I\'m trying to use Jax-WS generated classes (created using wsimport) to call a webservice over an HTTPS conn开发者_开发问答ection from within a Java
I have a table with the following columns and data: activity_dt | activity_amt 2009-01-01 |-500 2009-01-01 |750
Does open query exist in sybase ? Or more generally, in sybase, what are the possible way to select among the result of a procedure (tempor开发者_开发技巧ary tables, out params, others ??)You can spec
I am using Spring in my Web Application , with the underlying database as Sybase. 开发者_如何学JAVA