|
Странное поведение программы
|
|||
---|---|---|---|
#18+
>Супер_Пав, вчера, 10:34 https://www.sql.ru/forum/actualutils.aspx?action=gotomsg&tid=1319785&msg=22028484][22028484] >Коллеги, утро доброе… <А если так: Код: c# 1. 2. 3. 4. 5.
return true; т.е. первая проверка if (reader.Read()) ... |
|||
:
Нравится:
Не нравится:
|
|||
30.11.2019, 02:36 |
|
Странное поведение программы
|
|||
---|---|---|---|
#18+
ВМоисеев, Видимо не правильно. или так: using (var reader = AppDbContext.ExecuteReader(oracleCmd)) { if (reader.Read()) if (reader.GetInt32("VALUE_NUMBER") == 1) return false; } или так: using var reader = AppDbContext.ExecuteReader(oracleCmd) ; if (reader.Read()) if (reader.GetInt32("VALUE_NUMBER") == 1) return false; ... |
|||
:
Нравится:
Не нравится:
|
|||
30.11.2019, 02:55 |
|
|
start [/forum/topic.php?fid=20&gotonew=1&tid=1398698]: |
0ms |
get settings: |
14ms |
get forum list: |
16ms |
check forum access: |
6ms |
check topic access: |
6ms |
track hit: |
61ms |
get topic data: |
10ms |
get first new msg: |
6ms |
get forum data: |
2ms |
get page messages: |
41ms |
get tp. blocked users: |
1ms |
others: | 242ms |
total: | 405ms |
0 / 0 |