c++ - why a lot of login logout actions in one sqlserver session? -


i created ole db connection sqlserver 2008r2 using atl::cdatasource, opened session using atl::csession, run different sql queries using open , close rowsets ccommand. in end closed session , connection.

and created audit log , add login/logout actions log. see lot of login/logout actions 1 session id. looks each query program makes login/logout. incorrectly?


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -