Browse Source

fixing a crash in SqlOdbc3.Open with servers that have a long name. Refs: #49.
Length must be according to the size of the string.
changed from 255 to LEN(str) * SIZE(CHAR), which is 52.

Signed-off-by: Josef Templ <josef.templ@gmail.com>

Josef Templ 9 years ago
parent
commit
4494b7a2e9
1 changed files with 0 additions and 0 deletions
  1. BIN
      Sql/Mod/Odbc3.odc

BIN
Sql/Mod/Odbc3.odc