Re: OPO SQL-string (with into) problem

From: Rick Greenwald <greenie_at_interaccess.com>
Date: 1996/03/20
Message-ID: <4inhrd$6pk_at_nntp.interaccess.com>#1/1


I have found that creating standalone recordsets is a much better way to retrieve data than using EXEC SQL statements. You would form the SQL statement without any INTO statement and then use recordset methods, such as recordset.GetColVal(), to retrieve the data into your program.

I always use this when I have to retrieve data.

  • Rick Greenwald Co-author, Oracle Power Objects Developer's Guide
Received on Wed Mar 20 1996 - 00:00:00 CET

Original text of this message