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

Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible using stored procedure like this way???

Re: Is it possible using stored procedure like this way???

From: dodo <dominique_hung_at_hotmail.com>
Date: Wed, 4 Aug 2004 17:45:26 +0200
Message-ID: <cer0an$k5j$1@sunnews.cern.ch>

  1. Yes, I can call the procedure with SQL*Plus as user "test".
  2. I don't understand the second step, because I don't know VB program and I' m newbie to ASP...Is there another way to test?
  3. Instead of ODBC, you mean using OLE DB or OO4O or ??

Thank you for your help

Dodo

> You'll have to take a step back then and check the following:
>
> - can you call the procedure with SQL*Plus as user "test"? Perhaps the
> package is in another schema?
> - I would then put together a small VB test program (not VBScript or
> ASP, just a standard .EXE) and test database access with that. That way
> it's isolated and you can use the normal ADO object model, and not just
> plain old CreateObject.
>
> Have you considered switching drivers? Microsoft drivers for Oracle are
> pretty lame you know.
>
> -- Tom
Received on Wed Aug 04 2004 - 10:45:26 CDT

Original text of this message

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