Sewon Park
Sewon Park
also I cannot access this repository, Is this repository dead? https://bitbucket.org/MattThorson/monocle-engine
describe how to bind TVP parameters. - call SQLDescParam with param index, get type SQL_SS_TABLE and TVP name - call SQLSetStmtAttr with SQL_SOPT_SS_NAME_SCOPE, SQL_SS_NAME_SCOPE_TABLE_TYPE, SQLColumns, SQLGetData, get TVP column data...
ok. I'll try it within a few weeks.
@mloskot Is this feature needs configuration like NANODBC_ENABLE_TVP? pros: if you don't use mssql, you can remove useless feature easily. cons: too complex build configuration, test sets..
@mloskot If the feature is enabled and a user runs nanodbc client against e.g. MySQL or PostgreSQL and issues any of TVP calls, `auto tvp = nanodbc::tvp(stmt, 1, num_rows);` will...
#259 merged