|
Странное поведение программы
|
|||
---|---|---|---|
#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&msg=39896645&tid=1398698]: |
0ms |
get settings: |
10ms |
get forum list: |
15ms |
check forum access: |
5ms |
check topic access: |
5ms |
track hit: |
150ms |
get topic data: |
12ms |
get forum data: |
3ms |
get page messages: |
45ms |
get tp. blocked users: |
1ms |
others: | 14ms |
total: | 260ms |
0 / 0 |