| Thread | Last Post | Replies |
|
| ASE 12.5 (Maximum allowed size = 16384 ) ???? | 28 Mar 2008 19:29 GMT | 2 |
We are using ASE 12.5 in our application, from a long time, and in some piece of c code size for query result have been hard coded to 16384. Now some of our requested queries returns data more than size of
|
| Trace mode | 27 Mar 2008 21:42 GMT | 3 |
I have an ASE 12.0 I have a program I need to analyze, How can I trace all the objects accessed ? Thanks in advance
|
| What is default user name and password to connect ASE 12.4 | 24 Mar 2008 13:35 GMT | 1 |
Dear Gurus, Could anyone tell me What is default user name and password to connect ASE 12.4? like in Oracle default DBA login as
|
| sybase result sets | 19 Mar 2008 12:53 GMT | 1 |
I am carrying out some analysis of legecy stored procedures. They are quite large. Some are 1000 lines of code. The question I am raising here is to do with result sets. There are many many selects with in the SP.
|
| New features in ASE 15.0.0 | 18 Mar 2008 19:40 GMT | 2 |
I'm having trouble finding a document listing all the new features in 15.0 over previous ASE versions. If anyone knows the URL for the correct document I'd appreciate it. I've found new feature documents for the 15.0.1 and 15.0.2 releases but
|
| Complex query | 18 Mar 2008 17:21 GMT | 5 |
My dataset looks like this: 2 groups (G1 and G2) of 4 items each Group G1 contains id value
|
| primary key | 13 Mar 2008 16:19 GMT | 1 |
alter table au_versions add client_id smallint not null alter table au_versions add CONSTRAINT au_versions_pk primary key (application_id, backupno, name, path, client_id) I need to add not null column in db that then add primary key. But
|
| ASA unload/reload question | 13 Mar 2008 15:28 GMT | 3 |
Newbie question coming... I'd like to reclaim wasted space in a Sybase ASA 9 database using the unload/reload technique. I have the unload part down fine, but am a little sketchy about reloading. This database came bundled with a commercial application. Since I didn't
|
| bcp out fails with CTLIB Message: - L5/O1/S5/N18/5/0 when using -A | 11 Mar 2008 16:57 GMT | 1 |
I have a Sybase 12.5.3 on solaris 5.8, when bcp out and in we use the - A 32768 for network package size and has been like this for a long time until last week the bcp out failed with the following error message
|
| Repeat command isql without typing | 10 Mar 2008 21:29 GMT | 7 |
I have a silly question - i would like to know the replacement of oracle / execute comand for sybase for example isql -Uuser -Ppass -S -D select count(*) from mytable
|
| Open Client for Windows | 10 Mar 2008 07:27 GMT | 1 |
Is open client(ct/db/odbc) libraries/source for Windows available? If yes, where can I download it? I am writing an application on Windows to connect to a sybase server running ASE 12.5 on solaris box and perform some db operations.
|
| ct_connect problem | 07 Mar 2008 10:31 GMT | 1 |
Every 10 minutes (whith Task scheduler) I'm running from a windows-xp pro/Sybase 12.5 client, 8 executables which do just some SELECT/ INSERT/UPDATE to a Sybase ASE 12.5 (SUN Solaris server) which is on a remote/lan.
|
| Open Client Client-Library (CS_VERSION_110) Multithreaded Programming | 06 Mar 2008 23:08 GMT | 2 |
I am going to develog a Multithreaded Programming on a "HP-UX m3vmsa3 B.11.00 U 9000/800 178951547 unlimited-user license" operating system. Sybase provides a "sybopts.sh" helper script for UNIX makefiles. For HPUX it provides two tags: hp800 and dce_hp800.
|
| Finding first stock deficiency for article | 03 Mar 2008 17:43 GMT | 8 |
I'm finding this SELECT problem difficult - I hope it's of some general interest and that I haven't made it ambiguous by over- simplifying it... Given a table of articles, a table of planned purchases and a table of
|
| Can I tell if arithabort numeric_truncation is set using a T-SQL statement? | 03 Mar 2008 16:40 GMT | 2 |
At the site where I am working now ... There are multiple places in calling and called procedures where "set arithabort numeric_truncation" is turned off and back on again. Each proc that turns it off, then turns it back on again after it
|