| Thread | Last Post | Replies |
|
| JDBC "COMMIT TRANSACTION" returning prematurely | 29 Sep 2006 23:10 GMT | 3 |
we are developing a JDBC based SOA application with a Sybase ASE server as DB. jConnect is version 5.5. In the following code snippet Statement stmt = this.getDbConnection().createStatement();
|
| Backup Server Error during compressed multiple dump | 28 Sep 2006 06:29 GMT | 2 |
I am having a problem with compressed multiple database dump to tape. am using the following sequence for taking the dump: dump database smiadb to "/dev/rmt/1un" file = smiadb, capacity 400000000 with init, compression = 1
|
| Non Clusetered Not used inside batch | 26 Sep 2006 15:47 GMT | 7 |
BEGIN ------ select a from x , y where x.d=y.d and x.w=y.w -------
|
| NavSQL | 26 Sep 2006 15:08 GMT | 1 |
How do you show all the tables using NAvSQL? I'm more familiar with "select * from cat;" in SQL plus? Are there any reference guide for NavSQL-- thank you.
|
| results sets from one sp to another sp using CICS RPC thru Direct Connect | 26 Sep 2006 03:56 GMT | 1 |
How do I capture and process the results set returned from one stored procedure within a second stored procedure? For example if sp1 returns 10 rows, how would I be able to code sp2 to exec sp1 and use those 10 rows to perhaps populate a temp table?
|
| Reliability of ALTER TABLE DROP in ASE 12.5.x | 21 Sep 2006 17:23 GMT | 1 |
In the Bad Old Days, using ALTER TABLE to drop/modify columns was not fully supported and people were warned away from using it in case things went bang / tables got corrupted etc. Now it's a supported feature in 12.5.x (maybe earlier than that, I
|
| How to get the number of rows affected for my Query | 20 Sep 2006 22:08 GMT | 1 |
while using ESQL, is there any way to get the value for the number of rows affected for my SQL? i mean, if the result returns 2 rows, i need to get the value 2, or if there is no matching, need to get the value 0.
|
| How much RAM? | 20 Sep 2006 20:03 GMT | 1 |
Following are some quick questions? 1. How much RAM we need to assign (for Sybase) to install Sybase (Windows OS) to our new db server? 2. Is there some type of default RAM setting that I can go with that
|
| Creating Database | 20 Sep 2006 15:33 GMT | 1 |
I want to make a replica of my current database with a new name in ASE 15.0. I am new to sybase. Pls suggest me a solution. Thanks Sasank
|
| View current transaction blockings | 19 Sep 2006 12:02 GMT | 1 |
Would someone please take a look at this query, and let me know if there is an easier/better/nicer way to obtain a picture of current users that are blocking other users. select
|
| Full Outer Join? | 19 Sep 2006 04:34 GMT | 6 |
Is Full Outer Join is supported by Sybase ASE 12.x? If yes, can someone please explain me what syntax is to be used? Thanks.
|
| Sybase::Xfer may not see delimiter? | 18 Sep 2006 13:43 GMT | 3 |
'not sure if anyone can help here; I'm cross-posting to both a Perl & a Sybase forum .... I've used Sybase::Xfer (a Perl 5.8.6 module) to transfer data between ASE 12.5.3 databases for months, in slightly varied applications with
|
| Insert if not present | 15 Sep 2006 21:59 GMT | 2 |
I need to insert a set of values into table_2 and these values are read from table_1. This insertion now goes only if an identitycolumn does not match an existing value. For example
|
| Pricing for Quest, BMC, etc Sybase Management Tools | 15 Sep 2006 14:18 GMT | 1 |
I am looking to get some pricing or Sybase ASE, Rep Server and IQ Management tools. Any input on the below would be greatly appreciated. Quest Does Quest have management tools for ASE, Rep Server and IQ?
|
| a timestamp problem | 15 Sep 2006 11:03 GMT | 2 |
i'm using JAVA with jconnect 6.0 on an IQ 12.5 server to perform a query which involve a timestamp column. The value is equal to '2006-07-10 00:21:50.71'. if i do my query like :
|