Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SELECT and Pro*C/C++
Hi,
SELECT * FROM FFF;
I see on screen what I want to see
(all rows of table FFF);
RWCString tmp_str = "SELECT * FROM FFF"; EXEC SQL BEGIN DECLARE SECTION; const char* execute_line = ((const char*)tmp_str); EXEC SQL END DECLARE SECTION; EXEC SQL EXECUTE IMMEDIATE : execute_line;
I give nothing on screen.
What is wrong? Thanks in advance, Alex
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Oct 12 1999 - 05:43:16 CDT
![]() |
![]() |