HI,
I'm using an application which connects to Sybase and Oracle databases (same model). It uses crpe32.dll to launch crystal report (7.0) at runtime. To ensure designing the same file ".rpt" for both databases, I use PELogOnServer function and pass P2SSYB10.DLL or P2SORA7.DLL as first...
Hi,
I would like to drop index in a databse different from the current db. In creation the syntax "create index index_name on dbname_db..table_name(..)" is ok but "drop index dbname_db..table_name.index_name" don't work ? Besides, deleting line from sysindexes isn't possible...
Hi,
How to get Sybase Error Message in a procedure. With @@error, i can only get the description in master..sysmessages but i want to insert the full message (formatted with the right objects) in a table of log.
Thanks
Hello,
I'm looking a strange behaviour on my Sybase 12.5 when executing a simple query :
select T.*
from TABLE1 T, TABLE_JOB J
where J.SESSID = 0
and T.ELEMENTID = J.ELEMENTID
TABLE1 is a table of 80.000 rows, have an non-custered index on ELEMENTID
TABLE_JOB is a table of 1 to 100 rows, have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.