Commit c0907d57 authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix compile error on some plarforms (64bits?)

modified:
  storage/connect/odbconn.cpp
parent 4ab970ab
......@@ -1657,7 +1657,7 @@ PQRYRES ODBConn::GetMetaData(PGLOBAL g, char *dsn, char *src)
PQRYRES qrp = NULL;
PCOLRES crp;
USHORT i;
ULONG n;
SQLULEN n;
SWORD ncol;
RETCODE rc;
HSTMT hstmt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment