http://www.perlmonks.org?node_id=175698


in reply to Re: Win32::ODBC - connecting to Remedy AR System
in thread Win32::ODBC - connecting to Remedy AR System

Hmm, placing a few error-checks as above gets me (after DumpData or FetchRow)
---------- Error Report: ---------- Errors for "16" on connection 1: Connection Number: 1 Error number: 911 Error message: "[Microsoft][ODBC Driver Manager] Driver does not suppo +rt this function" -----------------------------------
This is despite the fact that DumpData does do something (show the column names). I guess that part of the API call that it makes is unsupported by this driver?

Cheerio!
Osfameron
http://osfameron.perlmonk.org/chickenman/

Replies are listed 'Best First'.
Re: Re: Re: Win32::ODBC - connecting to Remedy AR System
by LostS (Friar) on Jan 23, 2003 at 17:20 UTC
    Don't know if you still concerned with this... But I figured it out... Use DBD::ODBC NOT the Win32::ODBC... If you are just doing selects like I am... the DBI module works wonderfully....

    -----------------------
    Billy S.
    Slinar Hardtail - Hand of Dane
    Datal Ephialtes - Guildless
    RallosZek.Net Admin/WebMaster

    perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat! +\n"; } else { print "Thats a dog\n"; } print "\n";'