Why not try using OLE DB for Oracle.....
rahil
----- Original Message -----
From: "Sharma, Neeraj" <nsharma@A...>
To: "professional vb" <pro_vb@p...>
Sent: Thursday, March 15, 2001 12:55 PM
Subject: [pro_vb] Problems with VB package
>
>
> Hi All
>
> I m working on a VB application.The backend is Oracle8i and I m using ADO
> with a DSNLess connection thru Oracle ODBC Driver version 8.1.5.7 .The
code
> works absolutely fine when I run it thru VB design environment,but gives
me
> Oracle ODBC Driver errors when I try to make an installable package of the
> same application thru package and deployment wizard of VB6.0.
> In the installable Package whenever I want to make database transactions I
> get an error saying
> "The Request properties are not supported by Oracle ODBC Driver"
> Error Number : -2147217887
> Error Source : Microsoft OLE DB Provider for ODBC Drivers
>
> Now what troubles me is the fact that I m using ORACLE ODBC Driver which
> works fine if I run this application from VB design environment but
> apparently some dependencies are not loaded properly when Package and
> Deployment wizard makes a package.
> Can anyone help?
> Thanks
>
> Neeraj