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 requires

21.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
...
Programming
Эксперт
94731 / 64177 / 26122
Регистрация: 12.04.2006
Сообщений: 116,782
21.06.2009, 16:54
Ответы с готовыми решениями:

Ошибка ADODB.Field error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current recor
Имею скрипт Set dbo = Server.CreateObject('ADODB.Connection') dbo.Open 'PEN1' Title =...

ADODB.Field error '80020009' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
Выдается следующая ошибка : === ADODB.Field error '80020009' Either BOF or EOF is True, or...

Голосовалка, ошибка: 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
Большое спасибо всем кто хоть что-нибудь подскажет или наведёт на нужную мысль!! Короче...

1
pl
51 / 17 / 6
Регистрация: 18.05.2007
Сообщений: 1,322
21.06.2009, 16:57 2
Один из возвращаемых рекордсетов не содержит записей, проверяй на .EOF перед попыткой вывода данных рекордсета.
0
IT_Exp
Эксперт
87844 / 49110 / 22898
Регистрация: 17.06.2006
Сообщений: 92,604
21.06.2009, 16:57
Помогаю со студенческими работами здесь

Как подавить вывод на экран предупреждения - Either BOF or EOF is True, or the current record has been deleted... ?
Как подавить вывод на экран предупреждения - Either BOF or EOF is True, or the current record has...

ADODB.Connection error The operation requested by the application is not allowed if the object is closed
Hallo to all, I gave this errors //ADODB.Connection error '800a0e78' //The operation...

Ошибка ADODB.Recordset error '800a0e78' The operation requested by the application is not allowed if the object is closed.
Podskazhite, pochemu u menya posle vipolneniya vseh zadaniy pri popitke vipolnit' sleduyushiy kod...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
2
Ответ Создать тему
Опции темы

КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2023, CyberForum.ru