Help for this page

Select Code to Download


  1. or download this
    C:\sperl\perl\bin\perl.exe -IC:\sperl\perl\lib -IC:\sperl\perl\lib C:\
    +sperl\perl
    \lib\ExtUtils\xsubpp -typemap C:\sperl\perl\lib\ExtUtils\typemap ODBC.
    +xs >xstmp
    .c && C:\sperl\perl\bin\perl.exe -MExtUtils::Command -e mv -- xstmp.c 
    +ODBC.cpp
    ...
        ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='lo
    +ng long',
    lseeksize=8
    .............................
    
  2. or download this
                    UDWORD  udValue;
    ///////////////////////////////////////////////////
    ...
                            udValue = (UDWORD) SvPV(ST(iTemp), n_a);
                        }
                        retcode = SQLSetConnectOption(h->hdbc->hdbc, uType
    +, udValue);