jobe
|
|
1 | |
ADODB.Field error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires21.06.2009, 16:54. Показов 1628. Ответов 1
Метки нет Все метки)
(
вываливается ошибка:
ADODB.Field error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record. не пойму что за фигня... ... if kol>1 then x_step=round(x_size/kol) rs.close if x_step <1 then x_step=1 end if sql='select max(summ) as max_y from _vidpom' set rs=conn.execute(sql) k=Round((y_size-y_otstup*2)/rs('max_y'),6) rs.close x=10 prev_x=0 prev_y=y_size-y_otstup sql='select * from _vidpom where vidpom=1 order by mes' set rs=conn.execute(sql) for i=1 to kol 59> dl=rs('Summ') dl=dl*k y=y_size-y_otstup-dl ... |
|
21.06.2009, 16:54 | |
Ответы с готовыми решениями:
1
Ошибка ADODB.Field error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current recor ADODB.Field error '80020009' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Голосовалка, ошибка: Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Ошибка Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record |
51 / 17 / 6
Регистрация: 18.05.2007
Сообщений: 1,322
|
|
21.06.2009, 16:57 | 2 |
Один из возвращаемых рекордсетов не содержит записей, проверяй на .EOF перед попыткой вывода данных рекордсета.
0
|
21.06.2009, 16:57 | |
Помогаю со студенческими работами здесь
2
Как подавить вывод на экран предупреждения - Either BOF or EOF is True, or the current record has been deleted... ? ADODB.Connection error The operation requested by the application is not allowed if the object is closed Ошибка ADODB.Recordset error '800a0e78' The operation requested by the application is not allowed if the object is closed. Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |