What is in the scratch record?

From BRTT

Jump to: navigation, search


Question
Question:

What is in the scratch record?

Answer:

Nothing specific is in the scratch record initially; it may even be filled with random garbage. If you're using the scratch record to build up a new database row for later addition, you may want to initialize it to be all null values, usually done as follows:


db.record = dbNULL;
dbget( db, 0 );