Menu

#53 [Perl]Method of get_info(18) can't return database version

open
nobody
None
5
2012-01-04
2012-01-04
Jira Trac
No

Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Method of get_info(18) can't return database version

Repro Steps:
perl get_info_02.pl

the statements in get_info_02.pl
my $database_version=$dbh-get_info(18)
my $max_select_tables = $dbh-get_info( 106 )

Actual result:
{noformat}

Undefined subroutine DBD::cubrid::GetInfo::sql_driver_ver called at /home/perl/opt/perl5/lib/site_perl/5.14.1/x86_64-linux/DBD/cubrid.pm line 200.

{noformat}

Expect result:

{noformat}
Database connection information

database_version is 5.0.77
max_select_tables: 31
{noformat}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.