Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.02.13;
Скачать: CL | DM;

Вниз

Interface Seeka в АДО - Jet   Найти похожие ветки 

 
Igoryok   (2004-01-21 22:38) [0]

Пытаюсь включить функцию Seek, но по причине
Project Project1.exe raised exception class EOleException with message "Текущий проводник не поддерживает необходимый интерфейс для функции Index". Process stopped. Use Step or Run to continue. Как и какой интерфейс надо установить чтобы Seek заработал


 
sniknik ©   (2004-01-22 08:21) [1]

Using the Seek method depends on the settings of a few properties. IndexName must be set to activate the index to use, CommandType must be cmdTableDirect (for TADODataSet, set TableDirect to true for a TADOTable), CursorLocation must be clUseServer, and CursorType must be ctKeySet.

Note: The VCL Seek method is a direct implementation of the Seek method for the ADO Recordset object. At the time of this writing, this method is only supported for use with Microsoft Access2000 and the Jet 4 provider.



Страницы: 1 вся ветка

Текущий архив: 2004.02.13;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.032 c
1-38819
Awod
2004-02-02 19:09
2004.02.13
Редактор ImageIndex для своего компонента


3-38703
alless
2004-01-22 15:06
2004.02.13
Boyce - Code


1-38897
Тимохов
2004-02-04 14:59
2004.02.13
Открытые массивы в параметрах методов и записи.


3-38731
VID
2004-01-18 02:56
2004.02.13
К теме о странном поведении fibplus при неудачном коннекте


3-38688
serg128
2004-01-22 20:00
2004.02.13
Вопрос по DataSetProvider