Hi,<br><br>Attached are two patches to odbc module.<br><br>The first one adds support for unicode text (nvarchar) fields.<br><br>The second changes the handling of datetime fields so that it's possible <br>to pass datetime data to  odbc:param_query as <br>
{{Year,Month,Day},{Hour,Minute,Second}}. <br>It also returns datetime fields from the database as tuples instead of <br>strings which makes it backwards incompatible.<br><br>Datetime patch should be applied on top of nvarchar patch.<br>
odbctest.erl contains an example of usage.<br><br>I've tested with WinXP/MSSQL2008 and Win2003/MSSQL2008<br>Any comments are appreciated.<br><br>The patches are made with git diff, hopefully the format is ok.<br><br>Regards, <br>
Juhani Ränkimies<br><br>