ORACLE: don't want to use ODBC 
Author Message
 ORACLE: don't want to use ODBC

Is there a way to talk to Oracle Server Database from VB instead of
using ODBC? What is SQL*Net?

Thanks.



Sun, 17 May 1998 03:00:00 GMT  
 ORACLE: don't want to use ODBC
Quote:

>Is there a way to talk to Oracle Server Database from VB instead of
>using ODBC? What is SQL*Net?

Yes there is. You could write your own interface using the Oracle Call
Interface(OCI) or you could use something like Oracle Objects for OLE.
It contains a VBX data control and an OLE Server. It's not unlike the
ODBC interface(dynasets, databases,etc.)

SQL*Net is the Oracle software that you need to connect to a remote oracle
database.
The layers would be:
Your App->ODBC(maybe)->Oracle Client Lib(OCI)->SQL*Net Client->Network->
SQL*Net Server->Oracle RDBMS.

Quote:

>Thanks.



Sun, 17 May 1998 03:00:00 GMT  
 ORACLE: don't want to use ODBC

Quote:

>Is there a way to talk to Oracle Server Database from VB instead of
>using ODBC? What is SQL*Net?

I've been using something called Oracle Glue for VB. Its fast and easy to
use. What more can you ask for?

I'm not sure where you get it from - I hadn't heard of it before.

Hope this helps,

James Shields



Mon, 18 May 1998 03:00:00 GMT  
 ORACLE: don't want to use ODBC

Quote:

>Is there a way to talk to Oracle Server Database from VB instead of
>using ODBC? What is SQL*Net?

>Thanks.

Call Oracle and get information about Oracle Objects.

Andrew Marshall
--
Andrew Marshall, Visual Basic junkie
Software Dynamics Consulting

72223,330 on CompuServe



Mon, 18 May 1998 03:00:00 GMT  
 ORACLE: don't want to use ODBC

Quote:

>Is there a way to talk to Oracle Server Database from VB instead of
>using ODBC?

Yes but you could not use the usual DAO (dynasets,...). The
thing is called Oracle object for OLE. You could have more info
on that at http:/www.oracle.com .

Quote:
> What is SQL*Net?

SQL*Net is a layer of transport over networks to be able to
connect to the database. You need on for each client
installation, but it can be used by many applications.

                Yannick

--
**********************************************************
* Yannick Skelling                                   \   *
* Analyst Programmer                                o_\  *
* Thermetrics Diagnosys Ltd.                        \__\ *

*                                                        *
*          "Be a virus, see the world."  -Gary Larson    *
**********************************************************



Tue, 19 May 1998 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Access and linked ODBC tables don't use ODBC Definition

2. Can't open Oracle database with DAO35 and Oracle-ODBC

3. VB4 help wanted : Data Controls don't work

4. VB4 help wanted : Data Controls don't work

5. Oracle ODBC driver / Microsoft ODBC driver for Oracle

6. Text labels on form don't show up when importing ODBC DB in background

7. odbc fil dsn oracle 8i connection won't work

8. ODBC for Oracle doesn't work in WindowsME

9. VB5 and Oracle. Speed ODBC's

10. .EXE running from AT service on NT won't run with ORACLE ODBC

11. VB 4/32's RDO, ODBC, Sybase and Oracle

12. ODBC Error 'hstmt' when using RDO

 

 
Powered by phpBB® Forum Software