Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Garbled data received in Pro*Ada Select statement

Garbled data received in Pro*Ada Select statement

From: PWelby <pwelby_at_mail.ameritel.net>
Date: 1998/01/31
Message-ID: <01bd2e48$edbc3720$1eb2c7cf@pwelby>#1/1

I'm trying to run a basic Pro*Ada (version 1.8) Select statement under Oracle 7.3 for VMS. I receive no errors at run time, however the data comes down garbled.

select statement reads:

	EXEC SQL select fname
               INTO    :first_name
               FROM  people;

The table has one row, one entry.

Oracle does indicate that one row was returned.

The same code runs under Pro*Ada 1.6 with Oracle 7.1.

Any help would be greatly appreciated. Received on Sat Jan 31 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US