|
 |
ado_dotnet thread: VB.Net and Oracle
Message #1 by Eileen Harcar <empcrh@c...> on Tue, 16 Apr 2002 22:10:13 -0400
|
|
This is a multi-part message in MIME format.
--Boundary_(ID_2MrNIjIfhP3KQ7r5njngQw)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Note: I've also posted this on vb.net but thought someone here may have
some insight as well...
I'm new to .net and I'm attempting to develop a new application using
vb.net for the client and Oracle 8i for the backend database. In other
applications we've developed, using a three tier architecture, all calls
to the database are made from the application server. I've been doing a
lot of reading but have been unable to determine if VB.Net can do this.
If the calls are made from the client then I'm pretty sure Oracle client
must first be installed on each machine. Additionally, my thinking is
that the database calls should, at the least, be coded separately from
the user interface and just called as needed (I'm guessing classes would
be used for this). Is it possible to have these classes run on a
server, thereby eliminating the need for the Oracle client on each
machine?
Can anyone shed some light on this? Oh and code samples would be even
better!
Thanks in advance.
Eileen
Message #2 by "Dmitry Brook" <brook74@h...> on Wed, 17 Apr 2002 11:10:51 +0000
|
|
Check out following:
http://www.microsoft.com/downloads/release.asp?ReleaseID=37805
>From: Eileen Harcar <empcrh@c...>
>Reply-To: "ADO.NET" <ado_dotnet@p...>
>To: "ADO.NET" <ado_dotnet@p...>
>Subject: [ado_dotnet] VB.Net and Oracle
>Date: Tue, 16 Apr 2002 22:10:13 -0400
>
>Note: I've also posted this on vb.net but thought someone here may have
>some insight as well...
>
>
>
>I'm new to .net and I'm attempting to develop a new application using
>vb.net for the client and Oracle 8i for the backend database. In other
>applications we've developed, using a three tier architecture, all calls
>to the database are made from the application server. I've been doing a
>lot of reading but have been unable to determine if VB.Net can do this.
>If the calls are made from the client then I'm pretty sure Oracle client
>must first be installed on each machine. Additionally, my thinking is
>that the database calls should, at the least, be coded separately from
>the user interface and just called as needed (I'm guessing classes would
>be used for this). Is it possible to have these classes run on a
>server, thereby eliminating the need for the Oracle client on each
>machine?
>
>
>
>Can anyone shed some light on this? Oh and code samples would be even
>better!
>
>
>
>Thanks in advance.
>
>Eileen
>
>
>
>
>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
|
|
 |