Re: database permissions issue
- From: "MikeD" <nobody@xxxxxxxxxxx>
- Date: Wed, 14 Sep 2005 18:43:32 -0400
"Dave Cullen" <nospam@xxxxxxxx> wrote in message
news:43289327.4909E73C@xxxxxxxxxxx
>I have a VB6 application that works fine when I'm logged onto the PC
> (and our network) as a power user, but won't run when the normal user
> logs on. I've traced the problem to this line in the form load
> procedure:
>
> Set OraSession = CreateObject("OracleInProcServer.XOraSession")
>
> The program is supposed to attach to our Oracle server. The error
> message is Run-time error '70', permission denied.
>
> I've seen this sort of thing with .NET when running database programs
> from a shared network drive, but not with VS 6 programs and not when the
> exe is on the local drive.
>
> OS is WinXP. Can anyone offer a solution, please?
Have you contacted Oracle (searched their FAQs, KB, etc.)? That'd be the
first thing I'd do. It's quite possible that whatever component you're
creating requires certain permissions that "normal" users don't have by
default. It depends on the component/object.
--
Mike
Microsoft MVP Visual Basic
.
- Follow-Ups:
- Re: database permissions issue
- From: Dave
- Re: database permissions issue
- References:
- database permissions issue
- From: Dave Cullen
- database permissions issue
- Prev by Date: Re: NTService... service description?
- Next by Date: Re: VB to PayPal Challenge!
- Previous by thread: database permissions issue
- Next by thread: Re: database permissions issue
- Index(es):
Relevant Pages
|