Data Objects that are used as an interface to Databases Archived to Disk
Hi,
I am creating a class that has method which can read the info from the text fields and write to the database. I am going to create an object of that class in the form. Someone said I can use this with Data Objects class. What is Data Objects that are used as an interface to Databases? Please include the sample code with explanation. Thanks alot.
jyothi
08-04-2002 at 01:54 PM
|
vrgundi Level: Guest
Re: Data Objects that are used as an interface to Databases Archived to Disk
Hi,
Your question is not clear. Can u please elborate on what exactly is your requirement?
09-04-2002 at 11:24 PM
|
king910 Level: Guest
Re: Data Objects that are used as an interface to Databases Archived to Disk
quote:jyothi_sreedhar wrote:
Hi,
I am creating a class that has method which can read the info from the text fields and write to the database. I am going to create an object of that class in the form. Someone said I can use this with Data Objects class. What is Data Objects that are used as an interface to Databases? Please include the sample code with explanation. Thanks alot.
jyothi
----
Jyothi
Ado, Rdo, Dao are data objects which you use to connect to any data source.
If you are aware of this, then reply on what you want to do.