Cursor

What Does Cursor Mean?

A database cursor is an object used to pinpoint records in a database. Just like a typing cursor is used to alert you where your text will appear, a database cursor also shows you the specific record in a database that is being worked upon.

Advertisements

Techopedia Explains Cursor

When a database file is opened, the cursor points to the first record in the file, and using various commands the cursor can move to any location within the file.

When designing a database, the developer must take care not to use too many open cursors. Each cursor uses an (admittedly small) amount of memory. However, if cursors are never closed, that is, discarded after completing their work, they can pile up in memory and cause performance problems.

Advertisements

Related Terms

Latest Data Management Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…