The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
problem with sql command in pro*c
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
problem with sql command in pro*c
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
8
(
permalink
)
05-22-2008
jiten_hegde
Registered User
Join Date: May 2008
Posts: 3
similar prob faced
I faced a similar kind of problem. The problem was with scalar queries. pro*C is unable to recognise that.
Try this:
int cnt;
EXEC SQL select (select count(*) from tab) into :cnt from dual;
Gives error.
jiten_hegde
View Public Profile
Find all posts by jiten_hegde