comp.databases.sybase
  Home FAQ Contact Sign in
comp.databases.sybase only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.databases.sybase Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Error from sp_getmessage         


Author: Kjellemann
Date: Mar 27, 2008 14:30

I get an error when using sp_getmessage on a message that were put into
sysusermessages with sp_addmessage.
The sql is like this:

create proc kpTest as
declare @result varchar(255)
exec sp_getmessage 30003, @result
output

The output:
1> kpTest
2> go
Msg 11060, Level 16, State 1:
Server 'PADDATEST', Procedure 'sp_getmessage', Line 100:
This statement has exceeded the maximum number of recompilations (10). This
indicates an internal error. Please note the error prior to this one and
contact
Sybase Technical Support.
(return status = -6)
Show full article (0.69Kb)
4 Comments
  Sybase ASE/IQ DBA/Developer Phoenix AZ fulltime perminant benifits         


Author: usao
Date: Mar 27, 2008 12:44

DSSI is looking for fulltime perminant people with experience as DBA
or Developer for ASE or IQ in the Phoenix Arizona area. Positions
include benifits and 401k.
Respond to: careers at dssolutions dot com
no comments
  aerobic naked womens buffy tyler naked gallery xenosaga naked         


Author: videoclipseputitas
Date: Mar 27, 2008 04:46

Show full article (15.88Kb)
no comments
  ASE 12.5 (Maximum allowed size = 16384 ) ????         


Author: som
Date: Mar 26, 2008 20:33

Hi All,

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
16384.

So what should we do?
I am not very sure whether this is the maximum allowed size from
Sybase itself?
Or we can remove this hardcoded code, and we can allocate memory as
per requirement?

Any help will be highly appreciated.

Thanks
Sunil
2 Comments
  Trace mode         


Author: astalavista
Date: Mar 26, 2008 13:08

Hi,

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
3 Comments
  Preventing returning results sets from a procedure, when it is called by another one         


Author: AMOS
Date: Mar 25, 2008 08:46

Hello everyone,

My application activates procedure A that activates procedure B
Stored procedure B performs a tables' update and its
last statement is:

Select field1, field2,..
From TABLE_NAME
Where condition

Namely, in the end of the procedure a results set is retrieved to
the application

When procedure B is activated directly, there is not a problem.

However when the application activates procedure A, that calls to
procedure B, it encounters problems, because it needs only procedure
A's results sets.

Of course to overcome this problem , I can add an additional parameter
to procedure B, that is null by default and the results set return is
performed , only if it has a non null value.

Is there a better way in Sybase to prevent returning results set by
procedure B without introducing a special change in it.
Show full article (1.00Kb)
no comments
  gay interacal bareback is whoopi goldberg gay gay alliance         


Author: masalaogalleries
Date: Mar 24, 2008 07:29

Show full article (20.79Kb)
no comments
  What is default user name and password to connect ASE 12.4         


Author: Sanjeev
Date: Mar 24, 2008 03:57

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
username = sys
password = sys

In MS-SQL Server default DBA login as
username = sa
password = sa

thanks in advance
Sanjeev
1 Comment
  SQL Anywhere ASA 9.0         


Author: michael.arrowsmith
Date: Mar 21, 2008 17:49

Hi Everybody,

Newbie question

I am running into a small issue here on my db server. I have about 80
db's running on a Windows 2003 R2 box and about an additional 20 or so
DSN services linked to various db's. The box has plenty of overhead
and each of the db's are typically small under 200 mb's which are
accessed through an ODBC connection. Each db has its own dbsvr and up
til this point we have had no issues.

Here is my issue:
I am trying to bring online another dbsvr and db for another client
and I am not able to do so. I get an error while trying to start the
service stating "there was an error while trying to start the
service". The event log is unfortunately not giving me any additional
info on the issue. If I shut down one of the existing db's or other
DSN service I can bring up one of the new db's. I have no trouble
adding non DSN services to the system. Does anybody know if there is
a limit on ODBC/DSN services in windows or is there a limit on dbsrv's
I can have on one machine?

Thank you!
no comments
  sybase result sets         


Author: gerry.brennan
Date: Mar 19, 2008 03:37

Hi,

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.

Some are are used to initialisze local variables
Some are selects gathering data needed for ulimate objective.
while others are the actual result sets used by the calling C
function.

My question is if there are 10 selects in an SP will there be ten
result sets ?
1 Comment
1 2 3