mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
removed redundant SQLSetStmtAttr
This commit is contained in:
parent
e812e7bf46
commit
97769a1a43
@ -57,12 +57,6 @@ ODBCStatementImpl::ODBCStatementImpl(SessionImpl& rSession):
|
||||
_stepCalled(false),
|
||||
_nextResponse(0)
|
||||
{
|
||||
checkError(SQLSetStmtAttr(_stmt,
|
||||
SQL_CURSOR_TYPE,
|
||||
(SQLPOINTER) SQL_CURSOR_FORWARD_ONLY,
|
||||
0),
|
||||
"SQLSetStmtAttr(SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY)");
|
||||
|
||||
if (session().getFeature("autoBind"))
|
||||
{
|
||||
SQLSetStmtAttr(_stmt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user