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: Calling procedure/package over a link using VB

Re: Calling procedure/package over a link using VB

From: Fred Rinehart <frinehar_at_ford.com>
Date: Tue, 24 Nov 1998 07:05:55 -0500
Message-ID: <73e7i0$m3q4@eccws1.dearborn.ford.com>


It could be the ODBC driver you're using. If it's the one that came with VB5 (Microsoft ODBC Driver for Oracle) try using Begin sp(); End; syntax. The more recent driver that's shipped with VB6 allows for the Call syntax. Check the help file that came with the driver. Check this link out for the most recent ODBC Data drivers: http://www.microsoft.com/data/mdac2.htm Received on Tue Nov 24 1998 - 06:05:55 CST

Original text of this message

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