Hello, Using DBI for DB2. The column $moid has &char(8) stored When I use command line and connect to the database and type: db2 SELECT \$moid FROM xyz.abc I get the required results eg: 40199EAFXXX
When i use DBI-> connect and then try "SELECT \$moid FROM xyz.abc" I get the binary data stored in that column. How can I get the referenced data. Thanks Sachin ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. **********************************************************************
