Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

db objects

Former Member
0 Likes
421

Hi

What are data base objects.

What is the difference between data base objects and runtime objects?

2 REPLIES 2
Read only

Former Member
0 Likes
389

hi,

just foloow up dis link and it will definately sove ur proble.

plzzz do give points also.

regards,

ric.s

Read only

Former Member
0 Likes
389

hi,

data base objects means u can have the presence of these objects in the database.So the tables,searchhelps,structures,lockobjects comes under these ones

Data base objects are like Tables, Views , Search help which will remain all the time

Run time object will be available during Run time and destroyed after the program ends, any changes we make to them are temporary only.

. Eg . Structure / Internal Table which populates during run time only .