[freetds] issue with stored proc parameters of type varchar

Frediano Ziglio freddy77 at gmail.com
Sun Jan 4 05:39:39 EST 2009


2009/1/4  <ocfs2 at asset-control.com>:
> HNY everyone.
> I suppose to get to the bottom of this it might help to step through the
> ct and tds source code in the debugger.
> Does anybody have a few quick pointers as to how to build the libraries
> from the freetds distribution with symbolic information?
> Is there configure setting or environment variable or so that I can set?
>
> tia
> Tim
>

Hi,
  as usual you can define CFLAGS before configure in a way like

CFLAGS='-O0 -g' ./configure ...options...

(-O0 is suitable to debug environment, too much optimization increase
debug difficulties)

freddy77



More information about the FreeTDS mailing list