How do you pass values from one form to another form ?
Answer Posted / orawhiz
using Parameters, we can pass values from one form to
another form
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the three Level Architecture of the Database System
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
Where is data stored in a database?
There are 100 datafiles, numbered from 1 to 100. File number 10 is deleted and it has 500 MB of data. The database is working in archive log mode. How can be the database recovered ? While doing recovery the archive logs applied are from nos 1 to 100, but 50 gets corrupted. What do we do? Can we proceed further? If so how?
What do you mean by query evaluation engine?
What is the type of image in database?
Can we save file in database?
What is trigger in dbms?
Explain all codd's rules for relational database system?
How to specify transaction or query timeout?
How to open the database in exclusive mode?
In which format data is stored in database?
What is the purpose of a model?
What is drivermanager getconnection?
I want to export the data date to date from oracle database then what can i do?