in reply to Re: DBD::Sybase not compiling
in thread DBD::Sybase not compiling
sundialsvc4 you are the man.
I added the folowing before syb_init() function in dbdimp.c file and everything is fine.
#undef CS_VERSION_150
#undef CS_VERSION_125
#undef CS_VERSION_120
#undef CS_DATE_TYPE
#undef CS_BIGINT_TYPE
I found it after googling the string you gave me BLK_VERSION_15 and got this hit http://lists.ibiblio.org/pipermail/freetds/2006q3/020587.html
domo arigato gozaimashita