You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I tried to make odbc driver for x64, but had LNK4272 x64-x86 problems (I did in x64 env).
Tried to convert vs6 project, but vs2015 cannot do this.
The text was updated successfully, but these errors were encountered:
But it works if write iterator:
function SQL_Rows(connection, sql_statement)
local cursor = assert(connection:execute (sql_statement))
return function ()
return cursor:fetch()
end
end
Hello.
I tried to make odbc driver for x64, but had LNK4272 x64-x86 problems (I did in x64 env).
Tried to convert vs6 project, but vs2015 cannot do this.
The text was updated successfully, but these errors were encountered: