DictionaryForumContacts

   English
Terms for subject Microsoft containing cursor | all forms | exact matches only
EnglishRussian
animated cursorподвижный указатель (Windows 7, Windows 8 Rori)
API server cursorсерверный курсор API (A server cursor that is built to support the cursor functions of an API, such as ODBC, OLE DB, ADO, and DB-Library)
block cursorблочный курсор (A cursor with a rowset size greater than 1)
client cursorклиентский курсор (A cursor that is implemented on the client. The entire result set is first transferred to the client, and the client API software implements the cursor functionality from this cached result set)
cursor blink rateчастота мигания курсора (The rate at which the cursor indicating the active insertion point in a text window, or other display element, flashes on and off. Rori)
cursor data typeтип данных "курсор" (ssn)
cursor degradationнеявное преобразование курсора (The return of a different type of cursor than the user had declared)
cursor labelярлык курсора (harser)
cursor libraryбиблиотека курсоров (A part of the ODBC and DB-Library application programming interfaces (APIs) that implements client cursors)
dynamic cursorдинамический курсор (A cursor that can reflect data modifications made to the underlying data while the cursor is open)
forward-only cursorкурсор последовательного доступа (A cursor that cannot be scrolled; rows can be read only in sequence from the first row to the last row)
hourglass cursorкурсор в виде песочных часов (A cursor displayed in the form of an hourglass that indicates that the program is performing a lengthy task. The cursor can be displayed as a large hourglass, or as a smaller hourglass with an arrow)
implicit cursor conversionнеявное преобразование курсора (The return of a different type of cursor than the user had declared. Rori)
implicit cursor conversionнеявное преобразование курсора (The return of a different type of cursor than the user had declared)
insensitive cursorнечувствительный курсор (A cursor that does not reflect data modification made to the underlying data by other users while the cursor is open)
keyset-driven cursorуправляемый набором ключей курсор (A cursor that shows the effects of updates made to its member rows by other users while the cursor is open, but does not show the effects of inserts or deletes)
keyset-driven cursorуправляемый набором ключей курсор (A cursor that shows the effects of updates made to its member rows by other users while the cursor is open, but does not show the effects of inserts or deletes. Rori)
sensitive cursorчувствительный курсор (A cursor that can reflect data modifications made to underlying data by other users while the cursor is open)
server cursorсерверный курсор (A cursor implemented on the server. Rori)
static cursorстатический курсор (A cursor that shows the result set exactly as it was at the time the cursor was opened)