Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORACLE - VB Application Installation 1

Status
Not open for further replies.

subhavs

Programmer
Nov 27, 2000
54
US
Hey ...

I am writing a VB application that reads data from an ORACLE database. This will be deployed on machines that do not have ORACLE or VB.

I am using a DSN-less connection. I am told that I cannot accomplish this unless SQL*Net is installed on every client. Is this true ?

Is there any other way around ?

Any suggestions will be appreciated.

Thanks,

- Subha
 
That is coorect. To access an Oracle databse you do need SQL*Net installed on every client machine that is going to use it. You also need to Configure it with the correctdatabase connections. Unfortunately there is no way round this.
As and aside, if you are developing for Oracle it is much better to use OO4O than ADO as it is more robust, faster, and offers greater functionality.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
OO4O is Oracle Objects For OLE. Its like ADO but has been around longer and is created purely for working with Oracle. It can be installed as part of the Oracle Client software install and is documented in the Oracle documentation that is installed as part of that.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top