| Thread | Last Post | Replies |
|
| ASE 12.5.0.3 / java problem | 31 Aug 2004 15:59 GMT | 1 |
Welcome, I'm using: Adaptive Server Enterprise/12.5.0.3/EBF 10696 IR/P/Linux Intel/Linux 2.4.7-10smp i686/rel12503/1915/32-bit/OPT/
|
| Calling DB2 stored proc from Sybase | 31 Aug 2004 09:58 GMT | 1 |
Does anyone know if you can call a DB2 stored proc on a mainframe from a Sybase 11 stored proc on a Windows 2000 Server? Thanks in advance, G
|
| Restarting Sybase server on a regular basis | 31 Aug 2004 09:52 GMT | 2 |
Everywhere I've worked as a Sybase DBA, there was the monthly shutdown and restart of the Sybase server. Some places did it weekly. I've been chasing around to find out the reason why this is done. It is just tradition? Or is there a valid technical reason such as the
|
| where can I download sybase certification materials | 28 Aug 2004 02:16 GMT | 1 |
hi buddy, I am planning to take sybase certification test, anybody knows where can I get test materials?
|
| insert/read image | 27 Aug 2004 20:01 GMT | 1 |
I've got some trouble with image column under sybase 11.9.x and dblib I have : create table test(id int, blob IMAGE); and INSERT INTO test VALUES(1, NULL); First, if I try to write blob column with dbwritetext
|
| upgrade from MS SQL Server 7 to Sybase? | 27 Aug 2004 19:43 GMT | 10 |
Where I work, we're being "forced" (because of hardware issues) to upgrade our databases from old unsupported NT servers running Microsoft SQL Server 7. Some people I work with want to go to SQL Server 2000 then 2005 when it comes out. I'd prefer that we go the
|
| how to install sybperl module on windows | 27 Aug 2004 14:29 GMT | 1 |
(windows) I download sybperl module, but can not compile(using bc 5.2), it seems like makefile has some errors error makefile 137:colon expected fatal makefile 762: no terminator specified for in-line file operator
|
| Need independent info on Sybase product - Sybase IQ | 27 Aug 2004 05:24 GMT | 1 |
Can anyone point me at an independent review of the Sybase IQ product? How it works, advantages and disadvantages, equivalent products, etc. By independent I naturally mean *not* produced by the Sybase marketing dept. Tom.
|
| Finding Database port | 27 Aug 2004 05:20 GMT | 1 |
We have multiple database servers running on one machine, is there any way for a client program not running on the local network to find the port address of a database so it can connect to it ? At the moment I have no problem connecting to the database that runs on the default
|
| What OS tasks need to be performed by the OS-level login sybase (AIX environment) | 27 Aug 2004 03:20 GMT | 1 |
The only tasks that I can come up with that require that the user sign on to the operating systems are: 1) installing the Sybase software and updating/upgrading it. 2) starting the database and backup servers
|
| server login , DB login | 25 Aug 2004 15:34 GMT | 3 |
In SQL Server and Sybase how exactly Server login, Database login work? what is the different?
|
| Convert int to datime | 25 Aug 2004 15:08 GMT | 4 |
Is it possible to convert an int field to datetime? In one of our Sybase ASE DB there is a field called "time" of type int, and it contains the value 1093409123. In the application it looks like this is converted to
|
| Scribe Report Generator for Sybase and other RDBMS - beta testers needed | 25 Aug 2004 03:30 GMT | 1 |
We are looking for beta-testers for our new product - Scribe Report Generator. At this moment, Scribe supports 6 relational databases, including Oracle, MS SQL Server 2000, and Sybase. Very briefly: Scribe is written in Java, is based on visual programming and
|
| Problem with returing records from DB | 25 Aug 2004 03:24 GMT | 2 |
I'm using Sybase Adaptive Server Enterprise Edition ( ver 12.5.0.3 ). I have a big query that fetches about 128,000 records. Our application's JVM is not good enough ( with default value of 64 M) to hold these many records ( that are retrieved from the DB ) to overcome this problem ...
|
| update/insert | 25 Aug 2004 03:15 GMT | 7 |
I have procedure code something like the following. update t set ... where k = @k
|