| Thread | Last Post | Replies |
|
| sybase connect issue | 31 Jul 2003 14:26 GMT | 10 |
I have a sybase Open Client on linux 12-5. I am atempting to build an ESQL program whhich uses this to connec to a sybase 11.5.1 running on solaris 2.6 (older system). It works initially when it makes the connection but it then attempts to
|
| CT-library compile/link gcc commandline | 31 Jul 2003 02:25 GMT | 3 |
I have sybase ase 11.9.2 I am trying to compile and link a ctlibrary program in the sample/ctlibrary directory. The sybase documentation shows the following as the compile and link option
|
| Connecting SQL Server 2000 using Sybase open client in UNIX | 30 Jul 2003 18:27 GMT | 1 |
Does anyone have experiences in connecting MS SQLServer 2000 using Sybase open client(CT-LIB) in UNIX? I am getting the following error: CT-LIBRARY error: ct_connect(): network packet layer: internal net library
|
| sybase version's | 30 Jul 2003 16:24 GMT | 2 |
Can someone please help me to clarify something with version's of sybase: to my knowledge there sybase 11.5, 12.0. and 12.5 and if one needs to bring up a version there is ebf's to be applied? right like from
|
| sybase hardware platform certifications | 30 Jul 2003 15:43 GMT | 2 |
does anyone know of a weblink that will let me look up if a certain platform/OS combination is supported by ASE 12.5 ? much thx
|
| How to prevent application disconnects | 30 Jul 2003 04:34 GMT | 1 |
I have an application that takes forever to load database information - we have many users and stagger the loads over a few hours. All is good. The problem comes if there is a disconnect during the day - at which point all clients reload simultaneously - basically maxing the server
|
| sproc to dump databases | 29 Jul 2003 20:48 GMT | 3 |
I remember in my early days as a dba using an in-house developed sproc called sp__dump that would allow you to dump a database specifying a number of stripes to use. The usage was as follows: sp__dump @dbname, @dumpname, @stripes
|
| Help!!isql succeeds but db library fails to the same server! | 29 Jul 2003 18:30 GMT | 6 |
I'm in a trouble now. Someone please help me! Accessing from machine-A(Solaris8 & Sybase12) to DB Server B on machine-B. isql works without any problem but a module with db library causes this
|
| Row level locking in sybase11.9.2(dev version) | 28 Jul 2003 15:56 GMT | 4 |
I had some concurrency issues with a table so I turned on the row level locking for the table whcih was all pages before. Now, I find my whole database is acting very slow. The user queries are also much slower due to which PHP routines are timing out. We use the table in
|
| How to get the size of image/text entry | 28 Jul 2003 15:16 GMT | 2 |
Is there a SQL-Statement to obtain the real size of an image or text entry? Regards Guido Frohn
|
| Union-Group by- Having query | 28 Jul 2003 13:32 GMT | 2 |
I have two tables x and y with same set of column names and data types (a,b,c). I want to get all the rows in both x and y, which have more than 2 identical rows. In the following example I am expecting 1 1 1 as the result. I got the
|
| Sybase raw-device backup | 25 Jul 2003 16:31 GMT | 3 |
Anyone could suggest/help me with my backup issue? We're corrently backing-up our 'Sybase 11.0.2' and '11.9.x Sybase' databases (on AIX platform and on raw-devices) using Sybase backup to another Windows based Sybase server, where a standard .dat file is created.
|
| Procedure Cache Usage | 24 Jul 2003 11:02 GMT | 3 |
Trying to find the source of a leakage where the PreparedStatement from a JDBC application ( which ends up as a temporary stored proc in ASE ) does not seem to be closed ... and it seems to create a new PreparedStatement / temp stored proc everytime.
|
| problem with load database | 24 Jul 2003 03:59 GMT | 1 |
We want to load a dump into a new database, but when the load is complete, we have always errors (Did not find table descriptor linked to process slot structure) Anyone who had the same problem ??
|
| Alternatives to dbcc memusage | 24 Jul 2003 03:47 GMT | 1 |
What is an alternative method of inspecting the objects in both the data caches and procedure cache ? The problem I have with dbcc memusage is the warning on using it on a multi-engine ASE server:
|