Bug ref: 1276
authorDave Page <dpage@pgadmin.org>
Wed, 27 Apr 2005 10:27:29 +0000 (10:27 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 27 Apr 2005 10:27:29 +0000 (10:27 +0000)
commit09140b654b6ce92aef6c8ceb747228fd035ebd9b
treed586aa3dd4cbbb2ddd996520623bbe5aba5d7903
parent981b063116bc79bcc6c0ae20976612568a62151a
Bug ref: 1276
When I attempt to bind a null-terminated Unicode string parameter using
SQLBindParameter, the database engine receives a string representation of
today's date instead of the data I passed. The same issue does not occur if
I explicitly specify the length of the string instead of using SQL_NTS.
[jeremy <NOSPAM> accessdata.com]
convert.c