Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 13, 2019 19:25
Show Gist options
  • Save Whateverable/31b7853f59724594700719875d961aaf to your computer and use it in GitHub Desktop.
Save Whateverable/31b7853f59724594700719875d961aaf to your computer and use it in GitHub Desktop.
Whateverable
2019-09-13T18:08:13Z #perl6 <patrickb> Xliff Why PreparedStatements don't work. ODBC requires to pass the *DB* column types of parameters when creating (or using?) a prepared statement. One can use `DescribeParam()` to determine that type (DBDish::ODBC uses that). FreeTDS does not support `DescribeParam()` and will not add support in the foreseeable future. One could work around
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment