Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling procedure/package over a link using VB
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
![]() |
![]() |