2nd attempt at the previously rolled back fix. This bug causes errors in MS Access...
authorDave Page <dpage@pgadmin.org>
Thu, 7 Oct 2004 21:49:31 +0000 (21:49 +0000)
committerDave Page <dpage@pgadmin.org>
Thu, 7 Oct 2004 21:49:31 +0000 (21:49 +0000)
commit0485e4d24a0fa68c35f411ead1d765d640c36ecd
tree0213517eda7640cc0444a3dbebacbdd5b34165ff
parentaac7662a3b4e9152b9723d750a2ffe712abb7f89
2nd attempt at the previously rolled back fix. This bug causes errors in MS Access when linking tables.
These occur when *pcbInfoValue returns a value that Access doesn't believe is correct (http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnaraccess/html/msdn_odk.asp)
Previously, string size was assumed to be WCLEN * len in Unicode. This is wrong as it meant we included 1 extra character.
info.c
info30.c