Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Transparent Gateway for Sybase

Re: Transparent Gateway for Sybase

From: Jayasaal Thuvassery <jthuvass_at_spd.dsccc.com>
Date: 1998/06/12
Message-ID: <3581769F.EBD2E87@spd.dsccc.com>#1/1

Since the owner of your stored proc is "dbo", I guess you need to use "dbo" prefix to the stored procedure. Try:

 exec "dbo"."p_dts_update"@sgtymdev(52,'06/09/1998','N',2);

Jay Received on Fri Jun 12 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US