get_info() supports a lot of different options.  get_info() is pretty much a
direct call to ODBC's SQLGetInfo.  I'm not sure if this is right, but
SQL_DBMS_VER which has a value of 18 might do it.  You can search
msdn.microsoft.com for more info and use $dbh->get_info(N) to get the
information.  SQL_DBMS_VER would be like:
    print $dbh->get_info(18);

Jeff
  -----Original Message-----
  From: Renato [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, August 28, 2002 5:29 PM
  To: [EMAIL PROTECTED]
  Subject: Quick question about 'maybe' unsupported feature of DBD::ODBC


  Hi Jeff,

  Thanks for the great piece of software. Can I check the version of a MDB
file with your module ? If so, could you point me out how to do ?

  Thanks for your time

  Renato - Brazil.







----------------------------------------------------------------------------
--
  Do You Yahoo!?
  Yahoo! Finance - Get real-time stock quotes

Reply via email to