I\'m looking for a way to pass web-application transaction information on to the underlying database process. In my Ja开发者_StackOverflow社区va code I might have a transactional method ReservationSer
I am in charge of a large J2EE application that utilizes Hibernate extensively at the DAO layer. I\'ve recently been tasked to consider the repercussions and feasibility of switching from Sybase ASE 1
Is there a way on Sybase ASE开发者_StackOverflow中文版 to get the time since the ASE server was started?There is a global variable @@boottime which can be used to find the time when the ASE server was
I Have to suppress result set from a stored proc Is there any set command to suppress the result set in sybase stored proc?
Good morning, I have a question regarding default values and NULL values in Sybase ASE 12.To make a long story short: I have inherited a very old Sybase database as well as the PowerBuilder front end
Is there a way to optimize the following query: UPDATE myTable SET Calculation = (SELECT MAX(Calculation)
We are in the process of migrating our DB to Sybase 15. The stored procedures which were working fine in Sybase 12.5 have a poor performance in Sybase 15. However when we add \'set merge_join of开发者
I have an Apache server running PHP 5.3.3.Our sybase ASE servers use HOSTNAME on connect for rudimentary ID and filtering - make sure prod hosts connect to prod, etc.
I am stuck trying to combine a like with a left join in Sybase. For example (although in my case it\'s a bit more complicated), I am looking for text that neither contains an o nor an i.
I have a CSV file with 20 or so columns and I want to load it into a table with only 9 columns - I want to throw away the rest.