If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The distinction between "levels" is a little unclear in Miva. In some cases, the LowLevel function is very basic, reading or writing a single record in a single table; and the high-level function adds a lot of related functionality, such as increasing or decreasing reference counts. In other cases, the LowLevel function does most of the work across multiple tables, and the high-level function just adds a simple "wrapper" for purposes such as file or table locking.
The best rule of thumb is to always call the high-level function, unless you're absolutely sure that you only want the low-level functionality. Figuring out the difference will require some understanding of Miva Script, and of programming techniques in general, and a copy of the LSK.
Comment