Hello group.

I'm trying to call 'getMetaData' through the Connection method. This
call should return me
an object with connection information, but it gives me a string as a
result set.
My code is following:

      $my_object = $dbh->func("jdbc_getMetaData");
      if ($dbh->err)
     {  $err_ms = $DBI::errstr;
        print "getMetaData error(): $err_ms\n"; }

Print $my_object looks like "nucleus.DatabaseMetaData@3c5982".

If anybody has experience with method call in DBD::JDBC, please tell
me what am I doing wrong?

Thanks in advance,
Vassiliy





Reply via email to