Hi,
Another way is to use swig (www.swig.org) combine with Intercall UV
library to make a new perl library.
With this tools, you got a "pure" perl library with all functions to
access your Universe.
I used this with Python successfully :-)
Christophe Marchal
Ang Suan Yong wrote:
Dear All
Is it possible to use Perl connect to UniVerse backend to run some UV
Command , like CREATE FILE , SELECT FILE?
Current im trying using DBD::ODBC , the uv connection is find but
statement execution failed . any idea ??
use DBD::ODBC;
my $db = DBI->connect('dbi:ODBC:UVSOURCE',"userid","password") ||
die("Connection failed") ;
my $cmd="SELECT * FROM VOC;" ;
my $stmt= $db->prepare($cmd);
Error Shown as below :
DBD::ODBC::db prepare failed: [IBM][UVODBC][2700828] Error ID = 23 ,
Severity: ERROR Facility: DBCAPERR - Line 1, column 15 (around "VOC"):
SQL statement referenced a nonexistent table or view.
Thanks & Regards
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/