OOP in vb.net and Oracle

starter

New member
Joined
Jan 15, 2004
Messages
1
Location
Belgium
We need for a project to work with oracle and classes. The problem is how to put information from the oracle database into objects of the classes and how to write information from textboxes into objects of the classes and then write these objects in the database?

Does anyone have some example program of working with objects and databases? I have been searching the internet but couldnt find it.

Thanks in advance !!!
 
This is simple, for the GUI use either Windows Forms or Web Forms, you can create all the classes you need, for the connection to Oracle try using the namespace System.Data.OracleClient there youll find everything you need to connect to the database and or whatever you need with the data.
 
Back
Top